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 | |
---|
Locked : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Locked(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Locked { bool* Val
)
DSRESULTput_Locked(
bool NewVal
} |
Property Value
True if the Layer is locked, false if unlocked