Click or drag to resize

VertexSetProperty Method (String, Object)

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 override void SetProperty(
	string key,
	Object value
)

Parameters

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

Implements

IElementSetProperty(String, Object)
IElementSetProperty(String, Object)
See Also