EdgeTypeSetPropertyValue Method |
Sets an edge property given an edge id, property type and a value
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic void SetPropertyValue(
int elementId,
PropertyType property,
IComparable v
)
Public Sub SetPropertyValue (
elementId As Integer,
property As PropertyType,
v As IComparable
)
public:
void SetPropertyValue(
int elementId,
PropertyType^ property,
IComparable^ v
)
member SetPropertyValue :
elementId : int *
property : PropertyType *
v : IComparable -> unit
Parameters
- elementId
- Type: SystemInt32
an edge id - property
- Type: VelocityGraphPropertyType
a property type - v
- Type: SystemIComparable
a value
See Also