| AddGlobalReachValue | Add a value which is global for the reach, i.e. valid for the entire reach. |
| AddValue(ILocation, Double) | Add value at the given location |
| AddValue(ILocationSpan, Double) |
Add value in a location span.
this corresponds to calling AddValue(ILocation, Double) for the start and end location of the span. |
| AddValue(String, Double) | Add value at the given node |
| GetReachData | Get a INetworkReachDataT for the specified link/reachId. Returns null if no valueset exist for the link/reachId. |
| GetValue |
Get value for node
(Inherited from INetworkDataT) |