API Help
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / SortPagesManually Method / SortPagesManually(Page,Int32) Method
Page which will be moved.
New position of page.

In This Topic
    SortPagesManually(Page,Int32) Method
    In This Topic
    Changes page position in list view of page navigator(GUI).
    Syntax
    public void SortPagesManually( 
       Page oPage,
       int iNewPosition
    )
    public:
    void SortPagesManually( 
       Page^ oPage,
       int iNewPosition
    ) 

    Parameters

    oPage
    Page which will be moved.
    iNewPosition
    New position of page.
    Exceptions
    ExceptionDescription
    Thrown if oPage or iNewPosition is null value.
    Thrown if oPage is invalid page.
    Thrown if oPage is invalid page.
    Thrown if an error occurs while executing the method.
    Remarks
    Page numeration starts from 1. If new position is greater then number of pages then no action is being done.
    See Also