Click or drag to resize

PropertyTypeRemovePropertyValue Method

Remove a property value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public abstract IComparable RemovePropertyValue(
	int elementId
)

Parameters

elementId
Type: SystemInt32
Id of an edge/vertex

Return Value

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