CustomScale Property (IViewport)
Gets or sets a custom scale factor for the Viewport.
.NET Syntax
Visual Basic (Declaration) | |
---|
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