API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / AddLayer Method / AddLayer(GraphicalLayer) Method
Layer object to create.

In This Topic
    AddLayer(GraphicalLayer) Method
    In This Topic
    Creates new layer from GraphicalLayer object. Note: Layer name must be unique in the table.
    Syntax

    Parameters

    layer
    Layer object to create.

    Return Value

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