Gets the CAD layer name.
public string LayerName {get;}
public: __property string* get_LayerName();
'Declaration
Public ReadOnly Property LayerName As String
'Usage
Dim instance As CadLayer
Dim value As String
value = instance.LayerName
Property Value
A string value which represents the name of the CAD layer.