Gets or sets the specified scale of the width of this embedded object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScaleWidth As System.Double |
C# | |
---|
System.double ScaleWidth {get; set;} |
JavaScript | |
---|
get_ScaleWidth () : Number
put_ScaleWidth (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_ScaleWidth(
DOUBLE* pVal
)
HRESULT put_ScaleWidth(
DOUBLE newVal |
C++ | |
---|
DSRESULT get_ScaleWidth (
double* pVal
)
DSRESULT put_ScaleWidth(
double newVal
) |
Property Value
0.1 <= Scale of the width <= 100.0
See Also
Availability
DraftSight 2020 SP2