LabVIEWNXGParameter.Category

Syntax

LabVIEWNXGParameter.Category

Data Type

LabVIEWNXGParameterCategories

Purpose

Returns the group of data types (number, string, and so on) to which this parameter belongs.

Remarks

After obtaining the category of the parameter, you can obtain the data type with the LabVIEWNXGParameter.Type property.

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.Type

Module.LoadPrototype