CoordinateListLocateAlong Method (Double, Boolean) |
Returns a derived ICoordinate value that matches the specified m coordinate value
Namespace:
DHI.Mike1D.Generic.Spatial.Geometry
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public ICoordinate LocateAlong(
double m,
bool extrapolate
)
Parameters
- m
- Type: SystemDouble
m coordinate value - extrapolate
- Type: SystemBoolean
If m is outside the span of m-values in the sequence,
decides whether to return null (false) or the nearest coordinate (true)
Return Value
Type:
ICoordinateSee Also