Click or drag to resize

IGraphGetVertices Method

Return an iterable to all the vertices in the graph. If this is not possible for the implementation, then an NotSupportedException can be thrown.

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

Return Value

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