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
)
Public Overrides Function RemovePropertyValue (
element As Integer
) As IComparable
public:
virtual IComparable^ RemovePropertyValue(
int element
) override
abstract RemovePropertyValue :
element : int -> IComparable
override RemovePropertyValue :
element : int -> IComparable
Parameters
- element
- Type: SystemInt32
[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeT`1.RemovePropertyValue(System.Int32)"]
Return Value
Type:
IComparablethe value that was assigned prior to removing the property value
See Also