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