ILocationSpanCreateLocation Method

Creates a location at the specified chainage of the span. Derived data is automatically calculated at the location. The chainage must lay within the span.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
ILocation CreateLocation(
	double chainage
)

Parameters

chainage  Double
Chainage to make location at

Return Value

ILocation

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.ILocationSpan.CreateLocation(System.Double)"]

See Also