Click or drag to resize

EdgeTypeGetPropertyValue Method

Gets a property value given an edge id and a property type

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

Parameters

elementId
Type: SystemInt32
an edge id
property
Type: VelocityGraphPropertyType
a property type

Return Value

Type: IComparable
a property value
See Also