showMethodWorstCaseDistance
maestro.monte showMethodWorstCaseDistance boolean { t | nil }
Description
Specifies whether to show the Worst Case Distance option in the Method drop-down list of the Monte Carlo form.
The default is nil, which indicates that the Worst Case Distance option is hidden.
GUI Equivalent
The Worst Case Distance option in the Method drop-down list of the Monte Carlo form
Examples
envGetVal("maestro.monte" "showMethodWorstCaseDistance")
envSetVal("maestro.monte" "showMethodWorstCaseDistance" 'boolean t)
Related Topics
The Worst-Case Distance Method
Running the Worst-Case Distance Method
Return to top