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