Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / PlotFrame Property

In This Topic
    PlotFrame Property
    In This Topic
    Returns the page PlotFrame.
    Syntax
    public PlotFrame PlotFrame {get;}
    public:
    property PlotFrame^ PlotFrame {
       PlotFrame^ get();
    }

    Property Value

    Returns the page PlotFrame.
    Exceptions
    ExceptionDescription
    Thrown when a page has no frame.
    See Also