Click or drag to resize

EdgeRemoveProperty Method

Un-assigns a key/value property from the edge. The object value of the removed property is returned.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override Object RemoveProperty(
	string key
)

Parameters

key
Type: SystemString
the key of the property to remove from the edge

Return Value

Type: Object
the object value associated with that key prior to removal

Implements

IElementRemoveProperty(String)
IElementRemoveProperty(String)
See Also