Click or drag to resize

INetworkDataDoubleAddValue Method

Overload List
  NameDescription
Public methodAddValue(String, Double)
Add value at the given node
Public methodAddValue(ILocation, Double)
Add value at the given location
Public methodAddValue(ILocationSpan, Double)
Add value in a location span.

this corresponds to calling AddValue(ILocation, Double) for the start and end location of the span.

Top
See Also