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

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