System.Object
Eplan.EplApi.DataModel.Graphics.GraphicalLayerTable
System.Object
Eplan.EplApi.DataModel.Graphics.GraphicalLayerTable
Name | Description | |
---|---|---|
![]() | Layer | Overloaded. Returns one the project's layer as GraphicalLayer object. If specified layer not exist, null is returned. |
![]() | Layers | Returns an array of all existing project's layers. |
Name | Description | |
---|---|---|
![]() | AddLayer | Overloaded. Creates new layer with specified name and description. Note: Layer name must be unique in the table. |
![]() | Dispose | Destructor for deterministic finalization of GraphicalLayerTable object. |
![]() | Export | Exports the layers into an XML file. |
![]() | FindElementsOnLayer | Checks if elements exists on given layer. |
![]() | FindLayerUsage | Get all objects from layer. |
![]() | Import | Imports layers from an XML file. |
![]() | MergeLayers | Merges one layer with another. Note: Only custom layer can be merged. |
![]() | ReassignLayer | Reassign all elements from sourceLayer to targetLayer . |
![]() | Reload | Updates table's content with the project |
![]() | RemoveLayer | Removes specified layer from the table. Note: Only custom layer can be removed. |
![]() | ReplaceLayer | Overloaded. Replace Eplan::EplApi::DataModel: for given array of objects. |