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: 11.1.0.0 (11.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