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

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