Gets or sets the scale factor for the entities in this swept surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScaleFactor As System.Double |
C# | |
---|
System.double ScaleFactor {get; set;} |
JavaScript | |
---|
get_ScaleFactor () : Number
put_ScaleFactor (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_ScaleFactor(
DOUBLE*Val
)
HRESULT put_ScaleFactor(
DOUBLENewVal |
C++ | |
---|
DSRESULT get_ScaleFactor (
double*Val
)
DSRESULT put_ScaleFactor(
doubleNewVal
) |
Property Value
Scale factor
See Also
Availability
DraftSight 2020 SP0