Click or drag to resize

PropertyTypeTTGetPropertyVertex Method (IComparable, Boolean, Boolean)

Try to find a Vertex with a given property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override Vertex GetPropertyVertex(
	IComparable value,
	bool polymorphic = false,
	bool errorIfNotFound = true
)

Parameters

value
Type: SystemIComparable
The property value to look for
polymorphic (Optional)
Type: SystemBoolean
If true, also look for property value matching vertices of property VertexType sub classes
errorIfNotFound (Optional)
Type: SystemBoolean
If true, signal an error if no matching Vertex found

Return Value

Type: Vertex
A matching Vertex
See Also