LabVIEWAdapter.GetPropertiesForLabVIEWClass
- Updated2025-07-21
- 1 minute(s) read
LabVIEWAdapter.GetPropertiesForLabVIEWClass
Syntax
LabVIEWAdapter.GetPropertiesForLabVIEWClass( libraryName, genericType, projectAbsolutePath, classAbsolutePath, classLongName, classDataName, longNames, shortNames, dataNames, uniqueIDs, helpDescriptions, options)
Purpose
Returns arrays that contain information about the properties of the LabVIEW node 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.
projectAbsolutePath As String
[In] Specifies the absolute path of the LabVIEW project. Pass an empty string if no LabVIEW project exists.
classAbsolutePath As String
[In] Specifies the absolute path of the LabVIEW node class you select.
classLongName As String
[Out] Specifies the LongName of the LabVIEW node class you select.
classDataName As String
[Out] 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.