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