VertexSetProperty Method (String, Object) |
Assign a key/value property to the vertex.
If a value already exists for this key, then the previous key/value is overwritten.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override void SetProperty(
string key,
Object value
)
Public Overrides Sub SetProperty (
key As String,
value As Object
)
public:
virtual void SetProperty(
String^ key,
Object^ value
) override
abstract SetProperty :
key : string *
value : Object -> unit
override SetProperty :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
the string key of the property - value
- Type: SystemObject
the object value of the property
Implements
IElementSetProperty(String, Object)IElementSetProperty(String, Object)See Also