Click or drag to resize

IIndexPut Method

Index an element by a key and a value.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
void Put(
	string key,
	Object value,
	IElement element
)

Parameters

key
Type: SystemString
the key to index the element by
value
Type: SystemObject
the value to index the element by
element
Type: Frontenac.BlueprintsIElement
the element to index
See Also