API Help
Eplan.EplApi.MasterData Namespace / Properties Class / AllMDSymbolPropIDs Property

In This Topic
    AllMDSymbolPropIDs Property
    In This Topic
    Returns array of all P8 properties id which can exist for MDSymbol objects.
    Syntax
    public static MDAnyPropertyId[] AllMDSymbolPropIDs {get;}
    public:
    static property array<MDAnyPropertyId^>^ AllMDSymbolPropIDs {
       array<MDAnyPropertyId^>^ get();
    }
    See Also