NetworkStateWriterAddGridPoint Method

[Missing <summary> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

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 static void AddGridPoint(
	this ModelStateWriter writer,
	ILocation location,
	IEnumerable<double> discharges,
	IEnumerable<double> waterLevels,
	IEnumerable<double> relTimes
)

Parameters

writer  ModelStateWriter

[Missing <param name="writer"/> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

location  ILocation

[Missing <param name="location"/> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

discharges  IEnumerableDouble

[Missing <param name="discharges"/> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

waterLevels  IEnumerableDouble

[Missing <param name="waterLevels"/> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

relTimes  IEnumerableDouble

[Missing <param name="relTimes"/> documentation for "M:DHI.Mike1D.Engine.NetworkStateWriter.AddGridPoint(DHI.Mike1D.ModelState.ModelStateWriter,DHI.Mike1D.Generic.ILocation,System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelStateWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also