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

In This Topic
    SymbolLibraries Property
    In This Topic
    Gets the symbol libraries used by the project.
    Syntax
    public SymbolLibrary[] SymbolLibraries {get;}
    public:
    property array<SymbolLibrary^>^ SymbolLibraries {
       array<SymbolLibrary^>^ get();
    }

    Property Value

    Table of Eplan.EplApi.DataModel.MasterData.SymbolLibrary objects.
    See Also