VI class/Get ObjectRef From BookmarkID method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 4A9
Scope Basic Development Environment
Data Name GetObjRefFromBkmrkID
Short Name* GetObjRefFromBkmrkID
Long Name* Get ObjectRef From BookmarkID
* 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 ObjectRef From BookmarkID
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 memoryYes
Loads the front panel into memoryYes
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Returns a reference to the object, such as the label, that contains the bookmark.

Parameters

Data type Name Required Description
U32 Bookmark ID Yes ID of a specific bookmark in the specified VI.
GObject Refnum Object Reference Yes Reference to the object that contains the bookmark, such as the label.

Uses

History

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

See Also

External Links