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