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

Name Data type Required Description
Path To VI ipath.png Yes

Returns the path to the VI that implements the method specified by the Path To Class and Method Name inputs.

Path To Class cpath.png Yes

Specifies the path to the .lvclass file in memory whose method implementation you want to locate.

Method Name cstr.png Yes

Specifies the filename of the method for which you want to know the implementing VI.

Access Scope cenum.png Yes

Specifies which VIs LabVIEW returns. The default is only public VIs.

0invalid scope
1public
2private
3protected
4community

Remarks

The following table lists the characteristics of this method.

Short Name LVClass Implementing VI Path
Data type No return value
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Remote access allowed Yes