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 |