LabVIEWNXGParameter.Direction

Syntax

LabVIEWNXGParameter.Direction

Data Type

LabVIEWNXGParameterDirections

Use the following constants with this data type:

  • LabVIEWNXGParamDirection_In –(Value: 0) Indicates that the parameter is passed to the VI.
  • LabVIEWNXGParamDirection_Out –(Value: 1) Indicates that the parameter is returned from the VI.

Purpose

Returns a value that indicates whether the parameter is an input or output parameter.

Remarks

The LabVIEW NXG Adapter persists this property value when you specify a code module for a step. For an unspecified step, you must call the Module.LoadPrototype method before retrieving this property.

See Also

LabVIEWNXGParameter.WireRequirement

Module.LoadPrototype