Click or drag to resize

GraphGetVertices Method

Return an iterable to all the vertices in the graph.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IVertex> GetVertices()

Return Value

Type: IEnumerableIVertex
an iterable reference to all vertices in the graph

Implements

IGraph.GetVertices
See Also