LabVIEWAdapter.GetMemberNames
- Updated2025-07-21
- 1 minute(s) read
LabVIEWAdapter.GetMemberNames
Syntax
LabVIEWAdapter.GetMemberNames( projectAbsolutePath, classAbsolutePath)
Return Value
Purpose
Returns an array that contains the names for each public member VI found in the specified LabVIEW class.
Parameters
projectAbsolutePath As String
[In] Specifies the absolute path of the LabVIEW project. Pass an empty string if no project exists.
classAbsolutePath As String
[In] Specifies the absolute path of the LabVIEW class.