LabVIEWParameterElement.GetDefaultArrayDimensionSize
- Updated2024-10-09
- 1 minute(s) read
LabVIEWParameterElement.GetDefaultArrayDimensionSize
Syntax
LabVIEWParameterElement.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
LabVIEWParameterElement.ArrayDimensions