Application class/Get VI.Bookmarks method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 989
Scope Basic Development Environment
Data Name Get VI.Bookmarks
Short Name* Get VI.Bookmarks
Long Name* Get VI:Bookmarks
* 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 Get VI:Bookmarks
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Returns the bookmark information for the VI specified in VI Path. You do not need to load the VI into memory in order to read the bookmark information. This method returns an error if the VI is password protected, if the VI is saved in an earlier version of LabVIEW and is not currently in memory, or if the VI does not have a block diagram.

Parameters

Data type Name Required Description
Path VI Path Yes Path to the VI whose help information you want to get.
Common Cluster Array Bookmark Information Yes Array of clusters that contain the bookmark ID, the bookmark tag, and the full text of the label.

Uses

History

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

See Also

External Links