Click or drag to resize

LocationSpanCreateSubLocationSpan Method

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

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual ILocationSpan 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: ILocationSpan
A derived location span defined at chainage interval, or null if chainages is outside span

Implements

ILocationSpanCreateSubLocationSpan(Double, Double)
See Also