API Help
Eplan.EplApi.HEServices Namespace / Revision Class / GetUncompletedPages Method
A project to get the pages from.

In This Topic
    GetUncompletedPages Method
    In This Topic
    Returns an array of modified and not completed pages in the current revision of a project.
    Syntax
    public Page[] GetUncompletedPages( 
       Project oProject
    )
    public:
    array<Page^>^ GetUncompletedPages( 
       Project^ oProject
    ) 

    Parameters

    oProject
    A project to get the pages from.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred, during the action.
    Remarks
    In case of a project on which no 'Complete project' operation was called (from API or GUI), an empty array will be returned. Pages in the mode "Complete always" are always included here. When a revision for a project section is active, only the pages of this project section are returned.
    See Also