ProcessingRemoveRedundantZeroAreaLevels Method

Remove the redundant zero area levels.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void RemoveRedundantZeroAreaLevels(
	List<double> levels,
	List<double> flowAreas,
	List<double> storageWidths,
	List<double> radii,
	List<double> resistFactors
)

Parameters

levels  ListDouble

[Missing <param name="levels"/> documentation for "M:DHI.Mike1D.CrossSectionModule.Processing.RemoveRedundantZeroAreaLevels(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

flowAreas  ListDouble

[Missing <param name="flowAreas"/> documentation for "M:DHI.Mike1D.CrossSectionModule.Processing.RemoveRedundantZeroAreaLevels(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

storageWidths  ListDouble

[Missing <param name="storageWidths"/> documentation for "M:DHI.Mike1D.CrossSectionModule.Processing.RemoveRedundantZeroAreaLevels(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

radii  ListDouble

[Missing <param name="radii"/> documentation for "M:DHI.Mike1D.CrossSectionModule.Processing.RemoveRedundantZeroAreaLevels(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

resistFactors  ListDouble

[Missing <param name="resistFactors"/> documentation for "M:DHI.Mike1D.CrossSectionModule.Processing.RemoveRedundantZeroAreaLevels(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

See Also