SaveRunTimeMenu
- Updated2025-03-14
- 1 minute(s) read
Saves the LabVIEW run-time menu to a file specified by filePath. This method works only when the VI is running. It saves only menu items with valid tags.
Syntax
object.SaveRunTimeMenu(filePath)Parameters
Name | Type | Description |
---|---|---|
filePath | String | Path to where you want to save the run-time menu. |
Return Value
none