Remove an element indexed by a particular key/value.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void 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: VelocityGraph.Frontenac.BlueprintsIElement
the element to remove given the key/value pair
See Also