ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADEntity Class / Layer Property




In This Topic
    Layer Property (CADEntity)
    In This Topic
    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