API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFrame Class / Name Property

In This Topic
    Name Property (PlotFrame)
    In This Topic
    Get the name of the plot frame.
    Syntax
    public string Name {get;}
    public:
    property String^ Name {
       String^ get();
    }

    Property Value

    PlotFrame's name.
    Exceptions
    ExceptionDescription
    Thrown when name of the page cannot be read from data model.
    Thrown when newName is null.
    See Also