Gets or sets whether the Layer is locked.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Locked As System.Boolean |
C# | |
---|
System.bool Locked {get; set;} |
JavaScript | |
---|
get_Locked () : Boolean
put_Locked (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Locked(
VARIANT_BOOL* Val
)
HRESULT put_Locked(
VARIANT_BOOL NewVal |
Property Value
True if the Layer is locked, false if unlocked
Remarks
See Also
Availability
DraftSight V1R1.1