VertexTypeSetPropertyValue Method |
Sets a property value
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void SetPropertyValue(
VertexType vt,
int vertexId,
PropertyType propertyType,
IComparable v
)
Public Sub SetPropertyValue (
vt As VertexType,
vertexId As Integer,
propertyType As PropertyType,
v As IComparable
)
public:
void SetPropertyValue(
VertexType^ vt,
int vertexId,
PropertyType^ propertyType,
IComparable^ v
)
member SetPropertyValue :
vt : VertexType *
vertexId : int *
propertyType : PropertyType *
v : IComparable -> unit
Parameters
- vt
- Type: VelocityGraphVertexType
[Missing <param name="vt"/> documentation for "M:VelocityGraph.VertexType.SetPropertyValue(VelocityGraph.VertexType,System.Int32,VelocityGraph.PropertyType,System.IComparable)"]
- vertexId
- Type: SystemInt32
Id of Vertex for which to set property value - propertyType
- Type: VelocityGraphPropertyType
The type of property to set - v
- Type: SystemIComparable
the value to set the property to
See Also