cModel.Parameters

From ReliaWiki
Jump to navigation Jump to search


Returns an array of parameter values.

Syntax

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