Click or drag to resize

PropertyTypeTTRemovePropertyValue Method

Remove a property value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IComparable RemovePropertyValue(
	int element
)

Parameters

element
Type: SystemInt32

[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeT`1.RemovePropertyValue(System.Int32)"]

Return Value

Type: IComparable
the value that was assigned prior to removing the property value
See Also