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

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