public void Create( GraphicalLayerTable table, string name, MultiLangString description )
public: void Create( GraphicalLayerTable^ table, String^ name, MultiLangString^ description )
Parameters
| Parameter Name | Description |
|---|---|
| table | Table where layer will be stored. See Eplan.EplApi.DataModel.Project.LayerTable |
| name | Name of new layer. It can be changed by Name property. |
| description | Description of new layer. Description property. |