Execute the query and return the matching edges.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IEnumerable<IEdge> Edges()
Function Edges As IEnumerable(Of IEdge)
IEnumerable<IEdge^>^ Edges()
abstract Edges : unit -> IEnumerable<IEdge>
Return Value
Type:
IEnumerableIEdgethe unfiltered edges
See Also