LabVIEWParameter.Type

Syntax

LabVIEWParameter.Type

Data Type

LabVIEWParameterTypes

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 LabVIEWParameter.Category property before obtaining the data type of the parameter.

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

LabVIEWParameter.TypeDisplayString

LabVIEWParameterCategories

LabVIEWParameterTypes

Module.LoadPrototype