Click or drag to resize

IOrificeFlowCoefficientsAdd Method

Method to add one or more coefficients to end of list. Use with care, since it is an O(n) operation.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void Add(
	IOrificeFlowCoefficientSet orificeFlowCoefficient
)

Parameters

orificeFlowCoefficient
Type: DHI.Mike1D.StructureModuleIOrificeFlowCoefficientSet

[Missing <param name="orificeFlowCoefficient"/> documentation for "M:DHI.Mike1D.StructureModule.IOrificeFlowCoefficients.Add(DHI.Mike1D.StructureModule.IOrificeFlowCoefficientSet)"]

See Also