Click or drag to resize

RoutingGridPoint Constructor

Create new routing grid point at location.

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

Parameters

location
Type: DHI.Mike1D.GenericIZLocation

[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
Type: DHI.Mike1D.CrossSectionModuleICrossSection

[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
Type: DHI.Mike1D.EngineEngineRoutingElement

[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