Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / LayerTable Property

In This Topic
    LayerTable Property
    In This Topic
    Returns layer table of the project.
    Syntax
    public GraphicalLayerTable LayerTable {get;}
    public:
    property GraphicalLayerTable^ LayerTable {
       GraphicalLayerTable^ get();
    }

    Property Value

    LayerTable : project's layer table
    See Also