Click or drag to resize

EdgeTypeSetPropertyValue Method (EdgeType, Int32, PropertyType, IComparable)

Sets an edge property given an edge id, property type and a value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void SetPropertyValue(
	EdgeType et,
	int elementId,
	PropertyType property,
	IComparable v
)

Parameters

et
Type: VelocityGraphEdgeType

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

elementId
Type: SystemInt32
an edge id
property
Type: VelocityGraphPropertyType
a property type
v
Type: SystemIComparable
a value
See Also