VI class/Get VI Bookmarks method
< VI class
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 | |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read/Write) |
Available with control VIs | Yes |
Available with global VIs | No |
Available with polymorphic VIs | No |
Available with strict type definitions | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Must wait until user interface is idle | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
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 |
---|---|---|---|
Bookmark Information | Yes | Array of clusters that contain the bookmark ID, the bookmark tag, and the full text of the label. |
Uses
Specific use cases for this method. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal wiki pages that would also help. |
External Links
Add links to external resources that would also help. |