Gets an indicator if the CAD file layer is in use at the time it was saved.
public: __property bool get_InUse();
public:
property bool InUse {
bool get();
}
'Declaration
Public ReadOnly Property InUse As Boolean
'Usage
Dim instance As CadLayer
Dim value As Boolean
value = instance.InUse
Property Value
A boolean value which is
true when the CAD layer is in use. Otherwise,
false is returned.