Parameters
- 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.
Exception | Description |
---|---|
Eplan.EplApi.DataModel.ObjectCreationException | Thrown when layer object cannot be associated in table. |
System.ArgumentNullException | Thrown when table is null. |