Click or drag to resize

PropertyTypeNoDuplicateValuesTGetPropertyEdges Method (IComparable)

Try to find all Edge with a given property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override 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