Share

Graph.Reset Method

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();

Links

Graph Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?