LabVIEWNodeProperty.Direction
- Updated2025-07-21
- 1 minute(s) read
LabVIEWNodeProperty.Direction
Syntax
LabVIEWNodeProperty.Direction
Data Type
Use the following constants with this data type:
- LVNodePropertyDirection_Default –(Value: 2) Indicates that the property uses the default value.
- LVNodePropertyDirection_In –(Value: 0) Indicates that TestStand passes the property to the VI.
- LVNodePropertyDirection_Out –(Value: 1) Indicates that the VI returns the property.
Purpose
Indicates the direction of the property. 0 indicates an In property. 1 indicates an Out property.