Click or drag to resize

VertexTypeSetPropertyValue Method

Sets a property value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void SetPropertyValue(
	int vertexId,
	PropertyType propertyType,
	IComparable v
)

Parameters

vertexId
Type: SystemInt32
Id of Vertex for which to set property value
propertyType
Type: VelocityGraphPropertyType
The type of property to set
v
Type: SystemIComparable
the value to set the property to
See Also