Gets an indicator if the author has left the CAD layer locked.
public bool Locked {get;}
public: __property bool get_Locked();
public:
property bool Locked {
bool get();
}
'Declaration
Public ReadOnly Property Locked As Boolean
'Usage
Dim instance As CadLayer
Dim value As Boolean
value = instance.Locked
Property Value
A boolean value which is
true if the CAD layer is locked. Otherwise,
false is returned.