LabVIEWNodeProperties.New
- Updated2025-07-21
- 1 minute(s) read
LabVIEWNodeProperties.New
Syntax
LabVIEWNodeProperties.New( index, longName, dataName, uniqueID, nodePropertyDirection)
Purpose
Adds a new item to the collection.
Parameters
index As Long
[In] Specifies the zero-based index of the item to add.
longName As String
[In] Specifies the LongName of a particular property.
dataName As String
[In] Specifies the DataName of a particular property.
uniqueID As String
[In] Specifies the unique ID of a particular property.
nodePropertyDirection As LabVIEWNodePropertyDirections
[In] Indicates the direction of the property. 0 indicates an In property. 1 indicates an Out property.