Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / Layer Property

In This Topic
    Layer Property (Placement3D)
    In This Topic
    Returns the Eplan.EplApi.DataModel.Graphics.GraphicalLayer of the Placement3D.
    Syntax
    public GraphicalLayer Layer {get; set;}
    public:
    property GraphicalLayer^ Layer {
       GraphicalLayer^ get();
       void set (    GraphicalLayer^ value);
    }

    Property Value

    Placement3D's Eplan.EplApi.DataModel.Graphics.GraphicalLayer or NULL if Placement3D doesn't have FunctionDefinition.
    See Also