Click or drag to resize

SpatialExtensionsValidateIncreasingM Method

Validate that the M values are increasing. Returns -1 on success.

On failure, returns the index of the first coordinate that does not have increasing M.

Namespace:  DHI.Mike1D.Generic.Spatial
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static int ValidateIncreasingM(
	IList<ICoordinate> coordinates
)

Parameters

coordinates
Type: System.Collections.GenericIListICoordinate

Return Value

Type: Int32
See Also