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

    Parameters

    id
    Id of the layer to retrieve
    See Also