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:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.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