LabVIEWNXGParameter.Type

Syntax

LabVIEWNXGParameter.Type

Data Type

LabVIEWNXGParameterTypes

Purpose

Returns the data type of the parameter element, specifically indicating the type of number, string, and so on.

Remarks

Obtain the category using the LabVIEWNXGParameter.Category property before obtaining the data type of the parameter.

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

LabVIEWNXGParameter.TypeDisplayString

LabVIEWNXGParameterCategories

LabVIEWNXGParameterTypes

Module.LoadPrototype