Click or drag to resize

CoordinateListLocateAlong Method (Double)

Returns a derived ICoordinate value that matches the specified m coordinate value. If the specified m-coordinate is outside the span of m-values in the sequence, null is returned.

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
C#
public ICoordinate LocateAlong(
	double m
)

Parameters

m
Type: SystemDouble

Return Value

Type: ICoordinate
See Also