Click or drag to resize

PropertyTypeGetPropertyEdge Method

Try to find an Edge with a given property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract Edge GetPropertyEdge(
	IComparable value
)

Parameters

value
Type: SystemIComparable
the property value to look for

Return Value

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