Click or drag to resize

GraphGetEdges Method

Return an iterable to all the edges in the graph.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IEdge> GetEdges()

Return Value

Type: IEnumerableIEdge
an iterable reference to all edges in the graph

Implements

IGraph.GetEdges
See Also