fit_parameter_name(i:integer)    (string)

Navigation:  Ole automation > Automation object properties >

fit_parameter_name(i:integer)    (string)

Previous pageReturn to chapter overviewNext page

Returns the name of the fit parameter. The following VBA command fills a certain cell with the name of the selected fit parameter:

 

Range("results").Offset(4 + i, 1) = scout.fit_parameter_name(i)

 

Setting this property has no effect.