Jump to content

Application class/New LabVIEW Document method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
Line 52: Line 52:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 14:05, 7 May 2020

VI Server Method Information
Method ID 7FF
Scope VI Scripting
Data Name New LabVIEW Document
Short Name* New LabVIEW Document
Long Name* New 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 New LabVIEW Document
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Remote access allowedYes

Creates a new LabVIEW document. This method achieves the same results as when you create a new document in the New dialog box.

Parameters

Data type Name Required Description
I32 File Type Yes Specifies the type of document you want to create.
ProjectItem Refnum Parent Reference No Specifies the LabVIEW project to contain the new document.

Uses

History

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

See Also

External Links