Gets or sets whether this 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 this Layer is locked, false if unlocked
Example
Remarks
See Also
Availability
DraftSight 2018 SP0