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

Name Property (Page)
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;}

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