WeibullDataSet.GetDistrParameters: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumb}}
{{Template:API}}{{Template:APIBreadcrumb|.[[WeibullDataSet Class|WeibullDataSet]]}}
{{Template:InProgress}}
{{Template:InProgress}}
<onlyinclude>Occurs when there is insufficient data to fit a model. Displays a prompt for entering the parameters of the distribution.</onlyinclude>
{{Template:API_EventsNote}}
== Syntax ==
'''_GetDistrParameters'''({{APIPrefix|ByVal}} ''sMsg'' {{APIPrefix|As String}}, {{APIPrefix|ByVal}} ''GetOnlyOneParameter'' {{APIPrefix|As Boolean}}, _
                    {{APIPrefix|ByVal}} ''ParamCount'' {{APIPrefix|As Long}}, ''Params()'' {{APIPrefix|As ParamInputInfo}}, ''Cancel'' {{APIPrefix|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 Class|ParamInputInfo]] objects to update.
''Cancel''
: Indicates whether the input was cancelled.

Revision as of 19:03, 12 August 2016

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.