Jump to content

Application class/LabVIEW Class.Get Implementing VI Path method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
Line 62: Line 62:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 14:04, 7 May 2020

VI Server Method Information
Method ID 98C
Scope Basic Development Environment
Data Name LVClass Implementing VI Path
Short Name* LVClass Implementing VI Path
Long Name* LabVIEW Class:Get Implementing VI Path
* 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 LabVIEW Class:Get Implementing VI Path
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Returns the path to the VI that implements the specified method within the specified class. If the specified class does not implement the method, this method returns an ancestor VI implementation.

Parameters

Data type Name Required Description
Path Path To VI Yes
Path Path To Class Yes
String Method Name Yes Specifies the filename of the method for which you want to know the implementing VI.
Enum U32 Access Scope Yes Specifies which VIs LabVIEW returns. The default is only public VIs.

Uses

History

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

See Also

External Links