Click or drag to resize

IIndex.Put Method

Index an element by a key and a value.

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

Parameters

key
Type: System.String
the key to index the element by
value
Type: System.Object
the value to index the element by
element
Type: VelocityGraph.Frontenac.Blueprints.IElement
the element to index
See Also