Click or drag to resize

XYZLocationSpanCreateSubLocationSpan Method

Creates a sub-locationSpan defined within chainage interval. Derived data is automatically adjusted to match locationspan The chainages must lay within the span.

If an existing coordinate is inside but very close to one of the new locationspan end points, that coordinate will not be part of the new span, hence you may not find all points of the existing span in the new span. It uses LOCATION_EQUAL_TOLERANCE on the M value.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IXYZLocationSpan CreateSubLocationSpan(
	double startChainage,
	double endChainage
)

Parameters

startChainage
Type: SystemDouble
Start chainage for new locationSpan
endChainage
Type: SystemDouble
End chainage for new locationSpan

Return Value

Type: IXYZLocationSpan
A derived location span defined at chainage interval

Implements

IXYZLocationSpanCreateSubLocationSpan(Double, Double)
See Also