PropertyTypeTTSetPropertyValue Method (VertexType, Int32, Int32, IComparable) |
Sets a property value for an element
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override void SetPropertyValue(
VertexType vt,
int element,
int typeId,
IComparable value
)
Public Overrides Sub SetPropertyValue (
vt As VertexType,
element As Integer,
typeId As Integer,
value As IComparable
)
public:
virtual void SetPropertyValue(
VertexType^ vt,
int element,
int typeId,
IComparable^ value
) override
abstract SetPropertyValue :
vt : VertexType *
element : int *
typeId : int *
value : IComparable -> unit
override SetPropertyValue :
vt : VertexType *
element : int *
typeId : int *
value : IComparable -> unit
Parameters
- vt
- Type: VelocityGraphVertexType
[Missing <param name="vt"/> documentation for "M:VelocityGraph.PropertyTypeT`1.SetPropertyValue(VelocityGraph.VertexType,System.Int32,System.Int32,System.IComparable)"]
- element
- Type: SystemInt32
[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeT`1.SetPropertyValue(VelocityGraph.VertexType,System.Int32,System.Int32,System.IComparable)"]
- typeId
- Type: SystemInt32
Id of vertex/edge - value
- Type: SystemIComparable
Value to assign to property
See Also