Click or drag to resize

IQueryEdges Method

Execute the query and return the matching edges.

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

Return Value

Type: IEnumerableIEdge
the unfiltered edges
See Also