Click or drag to resize

GraphGetEdge Method

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

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEdge GetEdge(
	Object id
)

Parameters

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

Return Value

Type: IEdge
the edge referenced by the provided identifier or null when no such edge exists

Implements

IGraphGetEdge(Object)
See Also