Configure Method Dialog Box
- Updated2025-07-30
- 2 minute(s) read
In the Project Explorer window, right-click the method in the XControl library and select Configure Method from the shortcut menu to display this dialog box. You also can select a method in the Item Settings section of the XControls Properties dialog box and click the Configure Parameters button to display this dialog box.
Use this dialog box to define the parameters of a method in an XControl library.
This dialog box includes the following components:
| Option | Description |
|---|---|
| Localized Name | Defines the name of the method. By default, the method and the method VI have the same name. Remove the checkmark from the Same as VI name checkbox to specify a different name for the method. |
| Same as VI name | Uses the VI name for the name of the method. |
| Parameters | Lists the current parameters for the VI prototype. You can configure the Parameters list using the following buttons along the right side of the Parameters list. return value is a required parameter that you cannot delete. Note If you want to include a control or indicator as a parameter, you must use the connector pane of the VI to configure it as an input or output.
|
| Current Parameter | Allows you to configure the settings for the selected parameter. You can change the type to input, output, or input/output; select the VI control or indicator; and specify if the parameter is optional or required. LabVIEW provides only valid options for each parameter.
|