NetworkReachDataSetTAdd(Double, Double, T) Method
Add a value defined within the given span.
This corresponds to adding the value at the start and end location of the span.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool Add(
double startChainage,
double endChainage,
T value
)
- startChainage Double
- Start chainage of span
- endChainage Double
- End chainage of span
- value T
- Value to use inside span
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.Generic.NetworkReachDataSet`1.Add(System.Double,System.Double,`0)"]
INetworkReachDataTAdd(Double, Double, T)