LabVIEWAdapter.GetMemberNames
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.