LabVIEWAdapter.GetPropertiesForNodeClass
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
LabVIEWAdapter.GetPropertiesForNodeClass
Syntax
LabVIEWAdapter.GetPropertiesForNodeClass( libraryName, genericType, classDataName, longNames, shortNames, dataNames, uniqueIDs, helpDescriptions, options)
Purpose
Returns arrays that contain information about the properties of the LabVIEW node library class you select, such as LongName, ShortName, DataName, HelpDescription, and options.
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.
classDataName As String
[In] Specifies the DataName of the LabVIEW node library class you select.
longNames As String Array
[Out] Specifies the LongNames of the available properties for the LabVIEW node library class you select.
shortNames As String Array
[Out] Specifies the ShortNames of the available properties of 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.
uniqueIDs As String Array
[Out] Specifies the unique IDs of the available properties for the LabVIEW node library class you select.
helpDescriptions As String Array
[Out] Specifies the help descriptions of the available properties of the LabVIEW node library class you select.
options As Long Array
[Out] Specifies the options for the available properties of the LabVIEW node library class you select.