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

In This Topic
    Name Property (Page)
    In This Topic
    Get or set name of the page. When setting this property, it is not checked whether the given name already exists in project.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Page's name.
    Exceptions
    ExceptionDescription
    Thrown when name of the page cannot be read from data model.
    Thrown when newName is null.
    Remarks
    Equal to PAGE_FULLNAME property. To know DeviceTag syntax please see chapter 'Dialog Settings: DT syntax check' in Eplan documentation.
    See Also