IRes1DReachGetUpperLimitChainages(Int32) Method

Returns the upper limit chainages for each elements in the dataitem. This is the largest vertex chainage coordinate for each element.

If an element only has one vertex coordinate, the chainage of the gridpoint after the element gridpoint is returned (higher chainage). At the last gridpoint the chainage of the gridpoint itself is returned.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
double[] GetUpperLimitChainages(
	int dataItemIndex
)

Parameters

dataItemIndex  Int32

[Missing <param name="dataItemIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.IRes1DReach.GetUpperLimitChainages(System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.IRes1DReach.GetUpperLimitChainages(System.Int32)"]

See Also