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

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