PropertyTypeRemovePropertyValue Method |
Remove a property value
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public abstract IComparable RemovePropertyValue(
int elementId
)
Public MustOverride Function RemovePropertyValue (
elementId As Integer
) As IComparable
public:
virtual IComparable^ RemovePropertyValue(
int elementId
) abstract
abstract RemovePropertyValue :
elementId : int -> IComparable
Parameters
- elementId
- Type: SystemInt32
Id of an edge/vertex
Return Value
Type:
IComparablethe value that was assigned prior to removing the property value
See Also