Click or drag to resize

GraphGetEdges Method (String, Object)

Return an iterable to all the edges 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 virtual IEnumerable<IEdge> GetEdges(
	string key,
	Object value
)

Parameters

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

Return Value

Type: IEnumerableIEdge
an iterable of edges with provided key and value

Implements

IGraphGetEdges(String, Object)
See Also