LabVIEWNXGAdapter.GetPropertiesForNodeClass

Syntax

LabVIEWNXGAdapter.GetPropertiesForNodeClass( typeName, className, longNames, shortNames, dataNames, uniqueIDs, helpDescriptions, options)

Purpose

Returns arrays that contain information about the properties of the LabVIEW NXG node library class you select, such as LongName , ShortName , DataName , HelpDescription , and options .

Parameters

typeName As String

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

className As String

[In] Specifies the className of the LabVIEW NXG node library class you select.

longNames As String Array

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

shortNames As String Array

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

dataNames As String Array

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

uniqueIDs As String Array

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

helpDescriptions As String Array

[Out] Specifies the help descriptions of the available properties of the LabVIEW NXG node library class you select.

options As Long Array

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