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)
Syntaxpublic IEnumerable<IEdge> GetEdges()
Public Function GetEdges As IEnumerable(Of IEdge)
public:
virtual IEnumerable<IEdge^>^ GetEdges() sealed
abstract GetEdges : unit -> IEnumerable<IEdge>
override GetEdges : unit -> IEnumerable<IEdge>
Return Value
Type:
IEnumerableIEdgean iterable reference to all edges in the graph
Implements
IGraph.GetEdges
See Also