EdgeSetProperty Method (PropertyType, IComparable) |
Sets the value for a property
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void SetProperty(
PropertyType property,
IComparable v
)
Public Sub SetProperty (
property As PropertyType,
v As IComparable
)
public:
void SetProperty(
PropertyType^ property,
IComparable^ v
)
member SetProperty :
property : PropertyType *
v : IComparable -> unit
Parameters
- property
- Type: VelocityGraphPropertyType
The property to set - v
- Type: SystemIComparable
the value
See Also