Jump to content

Application class/Library.Get Ref By Qualified Name method: Difference between revisions

From LabVIEW Wiki
m Category reorg
Updated History Table
Line 38: Line 38:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2009|link=LabVIEW 2009]]
|More info to come.
| This method was added in [[LabVIEW 2009]].
|}
|}
== See Also ==
== See Also ==

Revision as of 13:52, 19 May 2020

VI Server Method Information
Method ID 935
Scope Basic Development Environment
Data Name Library.Get Ref By Qualified Name
Short Name* Library.Get Ref By Qualified Name
Long Name* Library:Get Ref By Qualified Name
* 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 Library Refnum data type

Library Refnum

Invoke Node Library:Get Ref By Qualified Name
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedNo

Retrieves a reference to a LabVIEW project library that is already loaded within the application instance. If the library cannot be found in memory, LabVIEW returns Not A Refnum.

Parameters

Data type Name Required Description
Library Refnum Library:Get Ref By Qualified Name Yes. Return value.
String Qualified Name Yes Qualified name of the project library to which you want LabVIEW to return a reference.

Uses

History

Version Change(s)
LabVIEW 2009 This method was added in LabVIEW 2009.

See Also

External Links