IRes1DReachGridPointIndexForChainage Method

Return index in list of gridpoints for given chainage. Chainage must be within Constants.LOCATION_EQUAL_TOLERANCE of gridpoint chainage, otherwise no grid point is found.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
int GridPointIndexForChainage(
	double chainage
)

Parameters

chainage  Double
Chainage

Return Value

Int32
Index for gridpoint in list, -1 if not found.

See Also