Name | Description | |
---|---|---|
![]() | Create | Creates new graphical layer in graphical table. This function calls Eplan.EplApi.DataModel.Graphics.GraphicalLayerTable.AddLayer() and returned object is merged with created object. |
![]() | Dispose | Destructor for deterministic finalization of GraphicalLayer object. Destroys layer object without storing any changes into project. |
![]() | Equals | .NET operator for comparing two GraphicalLayers. Comparison is made by comparing each of GraphicalLayers members instead of internal object id. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | Store | Stores modified layer's properties into project. |