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
)
Public MustOverride Function GetPropertyEdge (
value As IComparable
) As Edge
public:
virtual Edge^ GetPropertyEdge(
IComparable^ value
) abstract
abstract GetPropertyEdge :
value : IComparable -> Edge
Parameters
- value
- Type: SystemIComparable
the property value to look for
Return Value
Type:
EdgeAn edge with a matching property value
See Also