Share

Graph.Node Method

Description

Returns the node at the index. Returns NULL if the index is invalid.

Visual Basic

Public Function Node(
    index As Integer
) As GraphNode

C#

public GraphNode Node(
    int index
);

Parameters

Parameters Description
int index Input desired node index

Links

Graph Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?