Click or drag to resize

STAdditionalOutput.AddToQuantities Method

Namespace:  DHI.Mike1D.STDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static void AddToQuantities(
	List<IQuantity> quantities,
	STData stData,
	Func<STBaseComponent, IQuantity> quantityCreator,
	bool addCohesive = true
)

Parameters

quantities
Type: System.Collections.Generic.List<IQuantity>
stData
Type: DHI.Mike1D.STDataAccess.STData
quantityCreator
Type: System.Func<STBaseComponent, IQuantity>
addCohesive (Optional)
Type: System.Boolean
See Also