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.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool Add(
	double startChainage,
	double endChainage,
	T value
)

Parameters

startChainage  Double
Start chainage of span
endChainage  Double
End chainage of span
value  T
Value to use inside span

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.NetworkReachDataSet`1.Add(System.Double,System.Double,`0)"]

Implements

INetworkReachDataTAdd(Double, Double, T)

See Also