Click or drag to resize

GraphGetVertex Method (Int32)

Look up a Vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.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