Click or drag to resize

Res1DReachGetUpperLimitChainages Method (IDataItem)

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 next gridpoint returned (higher chainage). At the last gridpoint the chainage of the gridpoint itself is returned.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double[] GetUpperLimitChainages(
	IDataItem dataItem
)

Parameters

dataItem
Type: DHI.Mike1D.ResultDataAccessIDataItem

Return Value

Type: Double

Implements

IRes1DReachGetUpperLimitChainages(IDataItem)
See Also