EngineNode(ILocation, Double, Double) Constructor

Constructor

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 EngineNode(
	ILocation location,
	double x,
	double y
)

Parameters

location  ILocation

[Missing <param name="location"/> documentation for "M:DHI.Mike1D.Engine.EngineNode.#ctor(DHI.Mike1D.Generic.ILocation,System.Double,System.Double)"]

x  Double

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.Engine.EngineNode.#ctor(DHI.Mike1D.Generic.ILocation,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.Engine.EngineNode.#ctor(DHI.Mike1D.Generic.ILocation,System.Double,System.Double)"]

See Also