CrossSectionLocatedUpdateBuffer Method

Update buffer, for use in CrossSectionSlotDecorator

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 UpdateBuffer(
	double waterLevel,
	ref CrossSectionBufferLevel wlBuffer
)

Parameters

waterLevel  Double

[Missing <param name="waterLevel"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.UpdateBuffer(System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionBufferLevel@)"]

wlBuffer  CrossSectionBufferLevel

[Missing <param name="wlBuffer"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.UpdateBuffer(System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionBufferLevel@)"]

See Also