Description
Deletes all of the nodes and cycle nodes, and resets the graph to being empty. This is also called by Graph's destructor.
Visual Basic
Public Function Reset() As void
C#
public void Reset();
Deletes all of the nodes and cycle nodes, and resets the graph to being empty. This is also called by Graph's destructor.
Public Function Reset() As void
public void Reset();