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

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