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
)
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: VelocityGraph.Frontenac.BlueprintsIElement
the element to index
See Also