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: 11.1.0.0 (11.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

IGraphGetVertices(String, Object)
See Also