cModel.Parameters

From ReliaWiki
Revision as of 16:47, 15 May 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. See ParamValues. 
 Dim ModelParameters() As ParamValues
 ModelParameters = newModel.Parameters