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