XYZLocationSpanCreateLocation 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.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IZLocation CreateLocation(
double chainage
)
Public Function CreateLocation (
chainage As Double
) As IZLocation
public:
virtual IZLocation^ CreateLocation(
double chainage
) sealed
Parameters
- chainage
- Type: SystemDouble
Chainage to make location at
Return Value
Type:
IZLocation[Missing <returns> documentation for "M:DHI.Mike1D.Generic.XYZLocationSpan.CreateLocation(System.Double)"]
Implements
IXYZLocationSpanCreateLocation(Double)See Also