Flexivert Library Documentation
GetVertex Method (index)
NamespacesFlexivert.PluginsIGraphFactoryGetVertex(Int32)
Retrieves a specific vertex from the graph memory map, by its index.
Declaration Syntax
C#Visual BasicVisual C++
Vertex GetVertex(
	int index
)
Function GetVertex ( _
	index As Integer _
) As Vertex
Vertex^ GetVertex(
	int index
)
Parameters
index (Int32)
The index of the vertex
Return Value
A Vertex

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)