LabVIEWParameter.Category

Syntax

LabVIEWParameter.Category

Data Type

LabVIEWParameterCategories

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

The LabVIEW 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

LabVIEWParameter.Type

Module.LoadPrototype