CModel.Parameters
Jump to navigation
Jump to search
Syntax
Parameters
()
As
ParamValues()
Returns an array containing model parameters and their values.
Usage Example
Declare the cModel class using an in-line parameter list.
Dim newModel As New cModel(ModelTypeEnum.Weibull2, ModelCategoryEnum.Reliability, "NewModel1", 1, 100)
Get the list of Model Parameters.
Dim ModelParameters() As ParamValues ModelParameters = newModel.Parameters