Returns the specified GraphNode object of this
Graph object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public GraphNode Node(
int index
)
Public Function Node (
index As Integer
) As GraphNode
public:
GraphNode^ Node(
int index
)
member Node :
index : int -> GraphNode
Parameters
- index Int32
- [in] Node index.
Return Value
GraphNode
Node by the specified index.
See Also