LabVIEWParameter.Type
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
LabVIEWParameter.Type
Syntax
LabVIEWParameter.Type
Data Type
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.