LabVIEWNXGParameter.GetDefaultArrayDimensionSize
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
LabVIEWNXGParameter.GetDefaultArrayDimensionSize
Syntax
LabVIEWNXGParameter.GetDefaultArrayDimensionSize( dimension)
Return Value
Purpose
Returns the default size of the array corresponding to the zero-based index passed as input.
Remarks
The default size corresponds to the default size of the array control in the front panel of a VI. Call the LabVIEWNXGModule.LoadVIInfo or Module.LoadPrototype method before calling this method.
Parameters
dimension As Long
[In] Specifies the zero-based index corresponding to one of the array dimensions.
See Also
LabVIEWNXGParameter.ArrayDimensions