Click or drag to resize

PropertyTypeGetPropertyVertex Method

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

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

Parameters

value
Type: SystemIComparable

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

polymorphic (Optional)
Type: SystemBoolean

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

errorIfNotFound (Optional)
Type: SystemBoolean

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

Return Value

Type: Vertex

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

See Also