Click or drag to resize

PropertyTypeTTSetPropertyValue Method

Sets a property value for an element

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override void SetPropertyValue(
	int element,
	int typeId,
	IComparable value
)

Parameters

element
Type: SystemInt32

[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeT`1.SetPropertyValue(System.Int32,System.Int32,System.IComparable)"]

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