Click or drag to resize

IGraphGetVertex Method

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

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IVertex GetVertex(
	Object id
)

Parameters

id
Type: SystemObject
the identifier of the vertex to retrieved from the graph

Return Value

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