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