Click or drag to resize

EdgeSetProperty Method (PropertyType, IComparable)

Sets the value for a property

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void SetProperty(
	PropertyType property,
	IComparable v
)

Parameters

property
Type: VelocityGraphPropertyType
The property to set
v
Type: SystemIComparable
the value
See Also