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

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