Index an element by a key and a value.
            
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxvoid Put(
	string key,
	Object value,
	IElement element
)
Sub Put ( 
	key As String,
	value As Object,
	element As IElement
)
void Put(
	String^ key, 
	Object^ value, 
	IElement^ element
)
abstract Put : 
        key : string * 
        value : Object * 
        element : IElement -> unit 
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