IXYZLocationSpanCreateSubLocationSpan 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 IXYZLocationSpan CreateSubLocationSpan(
double startChainage,
double endChainage
)
Function CreateSubLocationSpan (
startChainage As Double,
endChainage As Double
) As IXYZLocationSpan
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:
IXYZLocationSpanA derived location span defined at chainage interval
See Also