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

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