The ParameterManagerClass type exposes the following members.

Methods

  NameDescription
Public methodBaseInputs
Enumerates base inputs in this collection./
Public methodBaseOutputs
Enumerates base outputs in this collection./
Public methodCheckBaseValueRange(eModelParam, Int32)
Range Check for Base Input Parameters
Public methodCheckBaseValueRange(eModelParam, Int32, String%)
Range Check for Base Input Parameters
Public methodCheckProviderValueRange(eModelParam, Int32, eProvider)
Range Check for Provider Input Parameters
Public methodCheckProviderValueRange(eModelParam, Int32, eProvider, String%)
Range Check for Provider Input Parameters
Public methodCheckProviderValuesRange
Check range for all provider values for specified ModelParameter.
Public methodeParamGroupMessage
Parameter group message.
Public methodeParamGroupTotal
Parameter group total.
Public methodGetSimulationInputs
Gets All Simulation Input Values from the model and returns them in a SimulationInputs struct
Public methodModel_Parameter
Retreives the ModelParameter based on eModelParam value.
Public methodModelParameters
Enumerates all model parameters managed in this collection of ModelPArameters./
Public methodNewInputBaseArray
Creates a new ModelParameterBaseArray for modePAramType.mptInputBase ModelParameters. ModelParameterProviderArray
Public methodNewInputProviderArray
Creates a new ModelParameterProviderArray for modeParamtype.mptInputProvider ModelParameters. /// ModelParameterProviderArray
Public methodNewOutputBaseArray
Creates a new ModelParameterBaseArray for modePAramType.mptOutputBase ModelParameters. /// ModelParameterProviderArray
Public methodNewOutputProviderArray
Public methodNewSimulationInputs
Creates a new SimulationInputs struct
Public methodNewSimulationOutputs
Creates a new SimulationOutputs struct
Public methodNumberOfParameters()()()()
Gets the number of parameters being managed.
Public methodNumberOfParameters(modelParamtype)
Queries the number of parameters being managed that are mpt modelParamtype.
Public methodProviderInputs
Enumerates provider inputs in this collection./
Public methodProviderOutputs
Enumerates provider outputs in this collection.
Public methodSetSimulationInputs
Sets all model parameter values using values in a SimulationInputs struct

Fields

  NameDescription
Public fieldeffluentchecklist
List of Effluent ModelParameters

Remarks

used in range check to check to see if their values add up to more than 100
Public fieldreclaimedchecklist
List of Reclaimed ModelParameters

Remarks

used in range check to check to see if their values add up to more than 100
Public fieldwateruserchecklist
List of Water Use ModelParameters

Remarks

used in range check to check to see if their values add up to more than 100

See Also