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

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