Click or drag to resize

PropertyTypeNoDuplicateValuesTGetPropertyVertex Method (IComparable, Boolean, Boolean)

[Missing <summary> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]

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

Parameters

value
Type: SystemIComparable

[Missing <param name="value"/> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]

polymorphic (Optional)
Type: SystemBoolean

[Missing <param name="polymorphic"/> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]

errorIfNotFound (Optional)
Type: SystemBoolean

[Missing <param name="errorIfNotFound"/> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]

Return Value

Type: Vertex

[Missing <returns> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyVertex(System.IComparable,System.Boolean,System.Boolean)"]

See Also