Gets and sets this layer's level.
public int LayerNumber {get;}
public: __property int get_LayerNumber();
public:
property int LayerNumber {
int get();
}
'Declaration
Public ReadOnly Property LayerNumber As Integer
'Usage
Dim instance As CadLayer
Dim value As Integer
value = instance.LayerNumber
Property Value
An integer value which represents this layer's level.