PropertyTypeSetPropertyValue Method |
Sets a property value for an element
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic abstract void SetPropertyValue(
int elementId,
int typeId,
IComparable value
)
Public MustOverride Sub SetPropertyValue (
elementId As Integer,
typeId As Integer,
value As IComparable
)
public:
virtual void SetPropertyValue(
int elementId,
int typeId,
IComparable^ value
) abstract
abstract SetPropertyValue :
elementId : int *
typeId : int *
value : IComparable -> unit
Parameters
- elementId
- Type: SystemInt32
Id of a vertex or edge - typeId
- Type: SystemInt32
Id of vertex/edge - value
- Type: SystemIComparable
Value to assign to property
See Also