Gets and sets an indicator if the CAD layer is on thus rendered (viewable).
public bool LayerOn {get; set;}
public: __property bool get_LayerOn();
public: __property void set_LayerOn(
bool value
);
public:
property bool LayerOn {
bool get();
void set ( bool value);
}
'Declaration
Public Property LayerOn As Boolean
'Usage
Dim instance As CadLayer
Dim value As Boolean
instance.LayerOn = value
value = instance.LayerOn
Property Value
A boolean value which is
true if the CAD layer is on. Otherwise,
false is used.