Enumerates all model parameters managed in this collection of ModelPArameters./

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public IEnumerable<eModelParam> ModelParameters()
Visual Basic
Public Function ModelParameters As IEnumerable(Of eModelParam)

Return Value

An enumerator that allows foreach to be used to process model parameters in this collection.

See Also