cModel.Parameters

From ReliaWiki
Revision as of 23:58, 6 March 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


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