VertexSetProperty Method |
Name | Description | |
---|---|---|
SetProperty(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.
(Overrides DictionaryElementSetProperty(String, Object).) | |
SetProperty(PropertyType, IComparable) |
Assign a key/value property to the vertex.
If a value already exists for this key, then the previous key/value is overwritten.
|