LabVIEWAdapter.GetClassesForNodeLibrary

Syntax

LabVIEWAdapter.GetClassesForNodeLibrary( libraryName, genericType, longNames, dataNames)

Purpose

Returns arrays that contain the long names and data names of the classes defined by the LabVIEW node library you specify.

Parameters

libraryName As String

[In] Specifies the name of the LabVIEW node library you select.

genericType As String

[In] Specifies the genericType of the LabVIEW node library you select.

longNames As String Array

[Out] Specifies the LongNames of the available properties for the LabVIEW node library class you select.

dataNames As String Array

[Out] Specifies the DataNames of the available properties of the LabVIEW node library class you select.