RoutingGridPoint Constructor

Create new routing grid point at location.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public RoutingGridPoint(
	IZLocation location,
	ICrossSection crossSection,
	EngineRoutingElement element
)

Parameters

location  IZLocation

[Missing <param name="location"/> documentation for "M:DHI.Mike1D.Engine.RoutingGridPoint.#ctor(DHI.Mike1D.Generic.IZLocation,DHI.Mike1D.CrossSectionModule.ICrossSection,DHI.Mike1D.Engine.EngineRoutingElement)"]

crossSection  ICrossSection

[Missing <param name="crossSection"/> documentation for "M:DHI.Mike1D.Engine.RoutingGridPoint.#ctor(DHI.Mike1D.Generic.IZLocation,DHI.Mike1D.CrossSectionModule.ICrossSection,DHI.Mike1D.Engine.EngineRoutingElement)"]

element  EngineRoutingElement

[Missing <param name="element"/> documentation for "M:DHI.Mike1D.Engine.RoutingGridPoint.#ctor(DHI.Mike1D.Generic.IZLocation,DHI.Mike1D.CrossSectionModule.ICrossSection,DHI.Mike1D.Engine.EngineRoutingElement)"]

See Also