Click or drag to resize

GraphGetVertex Method (Object)

Return the vertex referenced by the provided object identifier. If no vertex is referenced by that identifier, then return null.

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

Parameters

id
Type: SystemObject
the identifier of the vertex to retrieved from the graph, must be a UInt64

Return Value

Type: IVertex
the vertex referenced by the provided identifier or null when no such vertex exists

Implements

IGraph.GetVertex(Object)
See Also