Click or drag to resize

Res1DReachGetLowerLimitChainages Method (IDataItem)

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 previous 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
public double[] GetLowerLimitChainages(
	IDataItem dataItem
)

Parameters

dataItem
Type: DHI.Mike1D.ResultDataAccessIDataItem

[Missing <param name="dataItem"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DReach.GetLowerLimitChainages(DHI.Mike1D.ResultDataAccess.IDataItem)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DReach.GetLowerLimitChainages(DHI.Mike1D.ResultDataAccess.IDataItem)"]

Implements

IRes1DReachGetLowerLimitChainages(IDataItem)
See Also