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

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