Click or drag to resize

VertexSetProperty Method (PropertyType, IComparable)

Assign a key/value property to the vertex. If a value already exists for this key, then the previous key/value is overwritten.

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 type to set
v
Type: SystemIComparable
the property value
See Also