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

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