Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / TransientLayerTable 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 TransientLayer object. If specified layer not exist, null is returned.
    Syntax
    public TransientLayer Layer( 
       string name
    ) {get;}
    public:
    property TransientLayer^ Layer {
       TransientLayer^ get(String^ name);
    }

    Parameters

    name
    Name of the layer to retrieve
    See Also