Click or drag to resize

EdgeSetProperty Method (String, Object)

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

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override void SetProperty(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the string key of the property
value
Type: SystemObject
the object value o the property

Implements

IElement.SetProperty(String, Object)
IElement.SetProperty(String, Object)
See Also