CustomScale Property (IViewport) Send Feedback
See Also 
Gets or sets a custom scale factor for the Viewport.

Syntax

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

Property Value

Custom scale factor

See Also

Availability

DraftSight V1R3.0