LVClassImplementingVIPath Method

Requires: Base Development System

Class: Application Methods (ActiveX)

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.

Syntax

object.LVClassImplementingVIPath(PathToVI, ClassPath, MethodName, Scope)

Parameters

NameTypeDescription
PathToVIpathPath to the VI that implements the method specified by the Path To Class and Method Name inputs.
ClassPathpathSpecifies the path to the class in which you are searching for Method Name.
MethodNamestringSpecifies the filename of the method for which you want to know the implementing VI.
ScopeLibraryItemScopeEnumReturns the access scope of the returned VI.

Return Value

path