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.
object.LVClassImplementingVIPath(PathToVI, ClassPath, MethodName, Scope)
Name | Type | Description |
---|---|---|
PathToVI | path | Path to the VI that implements the method specified by the Path To Class and Method Name inputs. |
ClassPath | path | Specifies the path to the class in which you are searching for Method Name. |
MethodName | string | Specifies the filename of the method for which you want to know the implementing VI. |
Scope | LibraryItemScopeEnum | Returns the access scope of the returned VI. |
path