LabVIEWAdapter.GetMemberNames

Syntax

LabVIEWAdapter.GetMemberNames( projectAbsolutePath, classAbsolutePath)

Return Value

String Array

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.

See Also

LabVIEWModule.ClassPath