Click or drag to resize

PropertyTypeGetPropertyValue Method

Get property value of a Vertex/Edge

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public abstract IComparable GetPropertyValue(
	int elementId
)

Parameters

elementId
Type: SystemInt32
Id of a Vertex/Edge

Return Value

Type: IComparable
the property value
See Also