API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class
Properties Methods

In This Topic
    GraphicalLayerTable Class Members
    In This Topic

    The following tables list the members exposed by GraphicalLayerTable.

    Public Properties
     NameDescription
    Public PropertyOverloaded. Returns one the project's layer as GraphicalLayer object. If specified layer not exist, null is returned.  
    Public PropertyReturns an array of all existing project's layers.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates new layer with specified name and description. Note: Layer name must be unique in the table.  
    Public MethodDestructor for deterministic finalization of GraphicalLayerTable object.  
    Public MethodExports the layers into an XML file.  
    Public MethodImports layers from an XML file.  
    Public MethodMerges one layer with another. Note: Only custom layer can be merged.  
    Public MethodUpdates table's content with the project  
    Public MethodRemoves specified layer from the table. Note: Only custom layer can be removed.  
    Top
    See Also