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
)
Function RemoveProperty (
key As String
) As Object
Object^ RemoveProperty(
String^ key
)
abstract RemoveProperty :
key : string -> Object
Parameters
- key
- Type: SystemString
the key of the property to remove from the element
Return Value
Type:
Objectthe object value associated with that key prior to removal
See Also