Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / Pages Property

Pages Property (Project)
Project's property which return array of Pages placed in project. When the project's PagesFilter was set-up, pages matching the filter are returned.
Syntax
public Page[] Pages {get;}

Property Value

array of pages. Array's property Length gives information about amount of found Pages in Project
Exceptions
ExceptionDescription
Thrown when the project is transient.
See Also