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

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