API Help
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

sName
New layer's name
mlsDescription
New layer's description

Return Value

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