Click or drag to resize

VertexTypeSetPropertyValue Method

Sets a property value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void SetPropertyValue(
	VertexType vt,
	int vertexId,
	PropertyType propertyType,
	IComparable v
)

Parameters

vt
Type: VelocityGraphVertexType

[Missing <param name="vt"/> documentation for "M:VelocityGraph.VertexType.SetPropertyValue(VelocityGraph.VertexType,System.Int32,VelocityGraph.PropertyType,System.IComparable)"]

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