Click or drag to resize

IQueryVertices Method

Execute the query and return the vertices on the other end of the matching edges.

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IEnumerable<IVertex> Vertices()

Return Value

Type: IEnumerableIVertex
the unfiltered edge's vertices
See Also