Click or drag to resize

INetworkDataDouble Methods

The INetworkDataDouble type exposes the following members.

Methods
  NameDescription
Public methodAddGlobalReachValue
Add a value which is global for the reach, i.e. valid for the entire reach.
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.

Public methodGetReachData
Public methodGetValue
Get value for node
(Inherited from INetworkDataT.)
Top
See Also