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

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