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)
SyntaxObject 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