CrossSectionPoint Constructor |
Create CrossSectionPoint
Namespace:
DHI.Mike1D.FloodMap
Assembly:
DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public CrossSectionPoint(
double x,
double z
)
Public Sub New (
x As Double,
z As Double
)
public:
CrossSectionPoint(
double x,
double z
)
Parameters
- x
- Type: SystemDouble
[Missing <param name="x"/> documentation for "M:DHI.Mike1D.FloodMap.CrossSectionPoint.#ctor(System.Double,System.Double)"]
- z
- Type: SystemDouble
[Missing <param name="z"/> documentation for "M:DHI.Mike1D.FloodMap.CrossSectionPoint.#ctor(System.Double,System.Double)"]
See Also