Click or drag to resize

PropertyTypeGetPropertyEdges Method

Try to find all Edge with a given property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract IEnumerable<Edge> GetPropertyEdges(
	IComparable value
)

Parameters

value
Type: SystemIComparable
the property value to look for

Return Value

Type: IEnumerableEdge
An edge with a matching property value
See Also