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