Click or drag to resize

EdgeTypeSetPropertyValue Method (VertexType, Int32, PropertyType, IComparable)

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

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

Parameters

vt
Type: VelocityGraphVertexType

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

elementId
Type: SystemInt32

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

property
Type: VelocityGraphPropertyType

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

v
Type: SystemIComparable

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

See Also