AllMethodsOfLVClass2 Method

Requires: Base Development System

Class: Application Methods (ActiveX)

Returns an array of names and an array of paths for all methods of a class. The methods of the class are member VIs that can be called as subVIs. In other words, global VIs, control VIs, and polymorphic VIs are excluded from the output arrays.

Syntax

object.AllMethodsOfLVClass2(MethodNames, MethodPaths, Path, [Scope])

Parameters

NameTypeDescription
MethodNamesarray of strings by refReturns an array of filenames for all methods of the class, including methods of ancestor classes.
MethodPathsarray of strings by refReturns an array of paths to all methods of the class, including methods of ancestor classes.
PathpathSpecifies the path to a .lvclass file in memory whose methods you want to access.
ScopeLibraryItemScopeEnumControls which methods LabVIEW returns. The default is only the public methods.

Return Value

array of strings by ref