Inherits from VI Properties.
When read, returns the run-time menu path of the VI. When set, it updates the run-time menu path of the VI. If the VI is running when this property is set, it updates the menu with data from new path. This property allows you to programmatically specify the path for a run-time menu (.rtm) file. This is helpful if you are developing multilingual applications and you want to programmatically switch menus for each language.
The following table lists the flags for this property.
Is settable when the VI is running | No |
Requires the block diagram to be loaded | No |
Is available on local LabVIEW only | No |
Requires the front panel to be loaded | No |
Must wait until user interface is idle | No |
Is available with control VIs | No |
Is available with global VIs | No |
Is available with strict type definitions | No |
Is available with polymorphic VIs | No |
Available in Run-Time Engine | Yes (Read/Write) |
Permissions | Read/Write |