Click or drag to resize

PropertyTypeT<T>.GetPropertyVertices Method (IComparable, Boolean)

Try to find all Vertex with a given property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IEnumerable<Vertex> GetPropertyVertices(
	IComparable value,
	bool polymorphic = false
)

Parameters

value
Type: System.IComparable
The property value to look for
polymorphic (Optional)
Type: System.Boolean
If true, also look for property value matching vertices of property VertexType sub classes

Return Value

Type: IEnumerable<Vertex>
Enumeration of matching vertices
See Also