Click or drag to resize

PropertyTypeSetPropertyValue Method (VertexType, Int32, Int32, IComparable)

Sets a property value for an element

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract void SetPropertyValue(
	VertexType vt,
	int elementId,
	int typeId,
	IComparable value
)

Parameters

vt
Type: VelocityGraphVertexType

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

elementId
Type: SystemInt32
Id of a vertex or edge
typeId
Type: SystemInt32
Id of vertex/edge
value
Type: SystemIComparable
Value to assign to property
See Also