Click or drag to resize

EdgeTypeSetPropertyValue Method

Sets an edge property given an edge id, property type and a value

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

Parameters

elementId
Type: SystemInt32
an edge id
property
Type: VelocityGraphPropertyType
a property type
v
Type: SystemIComparable
a value
See Also