Click or drag to resize

IGraphGetEdges Method

Return an iterable to all the edges in the graph. If this is not possible for the implementation, then an NotSupportedException can be thrown.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IEnumerable<IEdge> GetEdges()

Return Value

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