Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / AddLayer Method / AddLayer(String,MultiLangString) Method
New layer's name
New layer's description

In This Topic
    AddLayer(String,MultiLangString) Method
    In This Topic
    Creates new layer with specified name and description. Note: Layer name must be unique in the table.
    Syntax

    Parameters

    Parameter NameDescription
    sNameNew layer's name
    mlsDescriptionNew layer's description

    Return Value

    If succeeded returns newly created GraphicalLayer object, otherwise returns null.
    See Also