Gets and indicator if the CAD File Layer is frozen by the author.
public bool Frozen {get;}
public: __property bool get_Frozen();
public:
property bool Frozen {
bool get();
}
'Declaration
Public ReadOnly Property Frozen As Boolean
'Usage
Dim instance As CadLayer
Dim value As Boolean
value = instance.Frozen
Property Value
A boolean value which is
true if the CAD layer is frozen. Otherwise,
false is returned.