Click or drag to resize

IElementRemoveProperty Method

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

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
Object RemoveProperty(
	string key
)

Parameters

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

Return Value

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