Click or drag to resize

VertexRemoveProperty Method

Un-assigns a key/value property from the vertex. 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 vertex

Return Value

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

Implements

IElementRemoveProperty(String)
IElementRemoveProperty(String)
See Also