Execute the query and return the vertices on the other end of the matching edges.
            
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIEnumerable<IVertex> Vertices()
Function Vertices As IEnumerable(Of IVertex)
IEnumerable<IVertex^>^ Vertices()
abstract Vertices : unit -> IEnumerable<IVertex> 
Return Value
Type: 
IEnumerableIVertexthe unfiltered edge's vertices
See Also