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

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