API Help
Eplan.EplApi.DataModel Namespace / Properties Class / AllComponentPropIDs Property

In This Topic
    AllComponentPropIDs Property
    In This Topic
    Returns an array of all property ids which can exist for Component objects.
    Syntax
    public static AnyPropertyId[] AllComponentPropIDs {get;}
    public:
    static property array<AnyPropertyId^>^ AllComponentPropIDs {
       array<AnyPropertyId^>^ get();
    }
    See Also