Share

Graph.Graph Constructor

Description

The first node in the graph is considered the root node.

Visual Basic

Public Sub New(
    root As GraphNode
)

C#

public Graph(
    GraphNode root
);

Parameters

Parameters Description
GraphNode root Input root node. Default is NULL.

Links

Graph Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?