VI class/Get VI Bookmarks method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 4A8
Scope Basic Development Environment
Data Name GetVIBookmarks
Short Name* GetVIBookmarks
Long Name* Get VI Bookmarks
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI 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)
Available with control VIsYes
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Returns the bookmark information for the specified VI reference. You must load the VI into memory in order to read the bookmark information. This method returns an error if the VI is password protected or if the VI does not have a block diagram.

Parameters

Data type Name Required Description
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