Click or drag to resize

GraphGetVertex Method (Int32)

Look up a Vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Vertex GetVertex(
	int id
)

Parameters

id
Type: SystemInt32
Id of Vertex to lookup

Return Value

Type: Vertex
A vertex with the matching id
See Also