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

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