Click or drag to resize

IIndexRemove Method

Remove an element indexed by a particular key/value.

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

Parameters

key
Type: SystemString
the key of the indexed element
value
Type: SystemObject
the value of the indexed element
element
Type: Frontenac.BlueprintsIElement
the element to remove given the key/value pair
See Also