MeasurementScaleFactor Property (IDimensionStyleLinearDimensionOptions) Send Feedback
See Also 
Gets or sets the measurement scale factor, which increases or reduces the size of all linear Dimension entities except the linear Dimension itself, and which allows linear Dimension entities to be scaled to suit the drawing's aspect ratio.

Syntax

Visual Basic 
Property MeasurementScaleFactor As System.Double
C# 
System.double MeasurementScaleFactor {get; set;}
JavaScript 
get_MeasurementScaleFactor () : Number
put_MeasurementScaleFactor (
   NewVal : Number
)
COM native C++ 
HRESULT get_MeasurementScaleFactor(
   DOUBLE* Val
) 
HRESULT put_MeasurementScaleFactor( 
   DOUBLE NewVal
C++ 
DSRESULT get_MeasurementScaleFactor (
   double* Val
)
DSRESULT put_MeasurementScaleFactor(
   double NewVal
)

Property Value

Measurement scale factor

See Also

Availability

DraftSight V1R1.2