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