WeibullDataSet.GetDistrParameters

From ReliaWiki
Revision as of 19:03, 12 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 As String, ByVal GetOnlyOneParameter As Boolean, _
                    ByVal ParamCount As Long, Params() As ParamInputInfo, Cancel As Boolean)

Parameters

sMsg

The message to display.

GetOnlyOneParameter

The prompt for only one parameter.

ParamCount

The number of parameters to update.

Params()

The array of ParamInputInfo objects to update.

Cancel

Indicates whether the input was cancelled.