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: 11.1.0.0 (11.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

IGraphGetVertex(Object)
See Also