WeibullDataSet.GetDistrParameters

From ReliaWiki
Revision as of 16:19, 16 August 2016 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search
APIWiki.png


Member of: SynthesisAPI.WeibullDataSet Template:InProgress


Occurs when there is insufficient data to fit a model. Displays a prompt for entering the parameters of the distribution.


Remarks: To hide the messages or write your own code for the event procedure, set the UseEvents property of the object to True. The event is raised by the class methods.

Syntax

_GetDistrParameters(ByVal sMsg, ByVal GetOnlyOneParameter, ByVal ParamCount, ByRef Params(), ByRef Cancel)

Parameters

sMsg

Required. String. The message to display.

GetOnlyOneParameter

Required. Boolean. Indicates whether to get a value for only one parameter. Default value = False.

ParamCount

Required. Integer. The number of parameters to update.

Params()

Required. An array of ParamInputInfo type objects that represent the model's parameters.

Cancel

Required. Boolean. Indicates whether the input was cancelled. Default value = False.