API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / GraphicalLayer Constructor / GraphicalLayer Constructor(String,MultiLangString)
Layer's name
Layer's description

In This Topic
GraphicalLayer Constructor(String,MultiLangString)
In This Topic
Constructor. Creates layer object detached from project with specified name and description. To store data it has to be attached to GraphicalLayerTabel.
Syntax
public GraphicalLayer( 
   string name,
   MultiLangString mlsDescription
)

Parameters

name
Layer's name
mlsDescription
Layer's description
See Also