Name of layer that this CADEntity belongs to.
Syntax
public string Layer {get; set;}
public: __property string* get_Layer();
public: __property void set_Layer(
string* value
);
'Declaration
Public Property Layer As String
'Usage
Dim instance As CADEntity
Dim value As String
instance.Layer = value
value = instance.Layer
See Also