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()
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
IGraphGetEdgesSee Also