API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / Layer Property / Layer(Int16) Property
Id of the layer to retrieve

In This Topic
    Layer(Int16) Property
    In This Topic
    Returns one the project's layer as GraphicalLayer object. If specified layer not exist, null is returned.
    Syntax
    public GraphicalLayer Layer( 
       short id
    ) {get;}
    public:
    property GraphicalLayer^ Layer {
       GraphicalLayer^ get(short id);
    }

    Parameters

    id
    Id of the layer to retrieve
    See Also