DimensionScale Property (IDocument) Send Feedback
See Also  Example
Gets or sets the scale factor based on the ratio between the current Viewport and the drawing Sheet.

Syntax

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

Property Value

Scale factor based on the ratio between the current Viewport and the drawing Sheet

Example

See Also

Availability

DraftSight V1R1