Click or drag to resize

IRes1DReachGetLowerLimitChainages Method (Int32)

Returns the lower limit chainages for each elements in the dataitem. This is the smallest 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(lower chainage). At the first gridpoint the chainage of the gridpoint itself is returned.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
double[] GetLowerLimitChainages(
	int dataItemIndex
)

Parameters

dataItemIndex
Type: SystemInt32

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

Return Value

Type: Double

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

See Also