Click or drag to resize

IElementSetProperty Method

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

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
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
See Also