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

In This Topic
    Pages Property (Project)
    In This Topic
    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;}
    public:
    property array<Page^>^ Pages {
       array<Page^>^ 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