Moves to the next page of the graph.
[Visual Basic]
Public Sub MoveNextPage( _
ByVal update As Boolean _
)
[C#]
public void MoveNextPage(
bool update
);
Parameters
-
update
- Value that indicates whether the display panel is updated.
Example
How to move to the next page.
graphBuild.MoveNextPage(True)
graphBuild.MoveNextPage(true);
See Also
AwGraphBuild Class | Asterworld.Graph Namespace