API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / SymbolPositions Property

In This Topic
    SymbolPositions Property
    In This Topic
    Get all symbol positions assigned to the part.
    Syntax
    public MDSymbolPosition[] SymbolPositions {get;}
    public:
    property array<MDSymbolPosition^>^ SymbolPositions {
       array<MDSymbolPosition^>^ get();
    }
    See Also