Gets or sets whether to lock the X/Y scaling of this embedded object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LockAspect As System.Boolean |
C# | |
---|
System.bool LockAspect {get; set;} |
JavaScript | |
---|
get_LockAspect () : Boolean
put_LockAspect (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_LockAspect(
VARIANT_BOOL* pVal
)
HRESULT put_LockAspect(
VARIANT_BOOL newVal |
C++ | |
---|
DSRESULT get_LockAspect (
bool* pVal
)
DSRESULT put_LockAspect(
bool newVal
) |
Property Value
True to lock the X/Y scaling, false to not
Remarks
See Also
Availability
DraftSight 2020 SP2