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