VegetativeSwaleAddToOffers Method

Add LID offers to provided lists of offers and offer delegates.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule.LID
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override void AddToOffers(
	IList<IQuantity> offers,
	IList<Func<double>> offerDelegates
)

Parameters

offers  IListIQuantity

[Missing <param name="offers"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.VegetativeSwale.AddToOffers(System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity},System.Collections.Generic.IList{System.Func{System.Double}})"]

offerDelegates  IListFuncDouble

[Missing <param name="offerDelegates"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.VegetativeSwale.AddToOffers(System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity},System.Collections.Generic.IList{System.Func{System.Double}})"]

See Also