Click or drag to resize

NetworkDataTAddValue Method

Overload List
  NameDescription
Public methodAddValue(String, T)
Add a value for the node identified by nodeId
Public methodAddValue(ILocation, T)
Add a value on the given location.
Public methodAddValue(ILocationSpan, T)
Add a value defined within the given span. This corresponds to adding the value at the start and end location of the span.
Public methodAddValue(ILocation, T, Boolean)
Add a value on the given location.
Top
See Also