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