Click or drag to resize

PropertyTypeNoDuplicateValuesTGetPropertyValue Method

Get property value of a Vertex/Edge

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IComparable GetPropertyValue(
	int element
)

Parameters

element
Type: SystemInt32

[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeNoDuplicateValues`1.GetPropertyValue(System.Int32)"]

Return Value

Type: IComparable
the property value
See Also