Click or drag to resize

VertexSetProperty Method

Overload List
  NameDescription
Public methodSetProperty(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).)
Public methodSetProperty(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.
Top
See Also