Click or drag to resize

SourceProxySetWrapperTSourceProxyAddToOffers Method

Add quantities to offers.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddToOffers(
	TSourceProxy proxy,
	IList<IQuantity> quantities
)

Parameters

proxy
Type: TSourceProxy

[Missing <param name="proxy"/> documentation for "M:DHI.Mike1D.Engine.SourceProxySetWrapper`1.AddToOffers(`0,System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity})"]

quantities
Type: System.Collections.GenericIListIQuantity

[Missing <param name="quantities"/> documentation for "M:DHI.Mike1D.Engine.SourceProxySetWrapper`1.AddToOffers(`0,System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity})"]

See Also