Constructor
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public HGridPoint(
ILocation location,
CrossSectionSlotDecorator crossSection
)
Public Sub New (
location As ILocation,
crossSection As CrossSectionSlotDecorator
)
public:
HGridPoint(
ILocation^ location,
CrossSectionSlotDecorator^ crossSection
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
[Missing <param name="location"/> documentation for "M:DHI.Mike1D.Engine.HGridPoint.#ctor(DHI.Mike1D.Generic.ILocation,DHI.Mike1D.CrossSectionModule.CrossSectionSlotDecorator)"]
- crossSection
- Type: DHI.Mike1D.CrossSectionModuleCrossSectionSlotDecorator
[Missing <param name="crossSection"/> documentation for "M:DHI.Mike1D.Engine.HGridPoint.#ctor(DHI.Mike1D.Generic.ILocation,DHI.Mike1D.CrossSectionModule.CrossSectionSlotDecorator)"]
See Also