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: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IEdge> GetEdges()

Return Value

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

Implements

IGraphGetEdges
See Also