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

In This Topic
    Layer(String) 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( 
       string name
    ) {get;}
    public:
    property GraphicalLayer^ Layer {
       GraphicalLayer^ get(String^ name);
    }

    Parameters

    name
    Name of the layer to retrieve
    See Also