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

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