ZLocationSpanCreateSubLocationSpan 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 override ILocationSpan CreateSubLocationSpan(
double startChainage,
double endChainage
)
Public Overrides Function CreateSubLocationSpan (
startChainage As Double,
endChainage As Double
) As ILocationSpan
public:
virtual ILocationSpan^ CreateSubLocationSpan(
double startChainage,
double endChainage
) override
Parameters
- startChainage
- Type: SystemDouble
Start chainage for new locationSpan - endChainage
- Type: SystemDouble
End chainage for new locationSpan
Return Value
Type:
ILocationSpanA derived location span defined at chainage interval, or null if chainages is outside span
Implements
ILocationSpanCreateSubLocationSpan(Double, Double)See Also