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

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