Click or drag to resize

INetworkDataDouble Interface

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface INetworkDataDouble : INetworkData<double>

The INetworkDataDouble type exposes the following members.

Properties
  NameDescription
Public propertyCanInterpolate
Flag specifying whether it makes sense to interpolate in values on a reach.
Public propertyGlobalValue
The global value
Public propertyHasGlobalValue
Flag specifying whether this data has a global value defined
Public propertyHasValues
Flag specifying whether this data has values defined at all
(Inherited from INetworkDataT.)
Public propertyNodeIdValuePairs
The set of node id's and values defined.
Public propertyQuantity
Quantity stored in network data
Public propertyReachData
Retrieves reaches which has data
Top
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