Click or drag to resize

STAdditionalOutputAddToQuantities 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.GenericListIQuantity
stData
Type: DHI.Mike1D.STDataAccessSTData
quantityCreator
Type: SystemFuncSTBaseComponent, IQuantity
addCohesive (Optional)
Type: SystemBoolean
See Also