Application class/Open.LabVIEW Document method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 81B
Scope VI Scripting
Data Name Open.LV Document
Short Name* Open.LV Document
Long Name* Open:LabVIEW Document
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Open:LabVIEW Document
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Remote access allowedYes

Opens a LabVIEW document.

This method is similar to selecting File»Open and browsing to the document.

Parameters

Data type Name Required Description
Path Path Yes Path to the file you want to open.
Boolean Interactive? No If TRUE, LabVIEW might display dialog boxes while opening the file. For example, LabVIEW might prompt you to locate missing subVIs.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links