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: 8.2.1.0 (8.2.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