Click or drag to resize

GraphFindVertex Method

Finds vertex having the given value for the given property.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Vertex FindVertex(
	PropertyType property,
	IComparable v,
	bool errorIfNotFound = true
)

Parameters

property
Type: VelocityGraphPropertyType
v
Type: SystemIComparable
a value to look for
errorIfNotFound (Optional)
Type: SystemBoolean
if true, throw an exception if an error is found

Return Value

Type: Vertex
the vertex matching
See Also