bdeLaunchSetupGui

Launches a dialog box that contains the simulation parameters for a diagram.

Syntax

bdeLaunchSetupGui(diagram)

Inputs

diagram (Optional)
The diagram that will have it's simulation parameters brought up in a dialog box. Default is NULL.
Type: BDE diagram

Examples

Launch a dialog box to setup the simulation parameters of a diagram:

          dialog = bdeGetCurrentDiagram();
          bdeLaunchSetupGui(diagram);