Visual Basic | |
---|---|
Property Locked As System.Boolean |
C# | |
---|---|
System.bool Locked {get; set;} |
JavaScript | |
---|---|
get_Locked () : Boolean put_Locked ( NewVal : Boolean ) |
Property Value
True if the Layer is locked, false if unlockedWhen:
- a Layer is locked, you cannot edit the entities on that Layer. You can edit entities on unlocked Layers.
- you lock the active Layer, you can create, but not modify, entities on it.
DraftSight V1R1.1