API Help
Eplan.EplApi.DataModel.E3D Namespace / Connection3D Class / Layer Property

In This Topic
    Layer Property (Connection3D)
    In This Topic
    Gets or sets object's graphical layer.
    Syntax
    public GraphicalLayer Layer {get; set;}
    public:
    property GraphicalLayer^ Layer {
       GraphicalLayer^ get();
       void set (    GraphicalLayer^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown, while setting if new layer is not a 3D layer.
    Thrown, if changing object's layer failed.
    See Also