Click or drag to resize

PropertyTypeSetPropertyValue Method (EdgeType, Int32, Int32, IComparable)

[Missing <summary> documentation for "M:VelocityGraph.PropertyType.SetPropertyValue(VelocityGraph.EdgeType,System.Int32,System.Int32,System.IComparable)"]

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

Parameters

et
Type: VelocityGraphEdgeType

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

elementId
Type: SystemInt32

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

typeId
Type: SystemInt32

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

value
Type: SystemIComparable

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

See Also