Click or drag to resize

GraphGetVertices Method (String, Object)

Return an iterable to all the vertices in the graph that have a particular key/value property.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IVertex> GetVertices(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the key of vertex
value
Type: SystemObject
the value of the vertex

Return Value

Type: IEnumerableIVertex
an iterable of vertices with provided key and value

Implements

IGraph.GetVertices(String, Object)
See Also