LabVIEWParameterElement.DeleteArrayElement
- Updated2024-10-09
- 1 minute(s) read
LabVIEWParameterElement.DeleteArrayElement
Syntax
LabVIEWParameterElement.DeleteArrayElement( index)
Purpose
Deletes the array element at the given index.
Remarks
This method is valid only for one-dimensional array parameter elements. Use the LabVIEWParameterElement.ArrayDimensions property to determine the number of array dimensions.
Parameters
index As Long
[In] Specifies the index at which to delete the array element. This value must be greater than or equal to 0 and less than the number of array elements.
See Also
LabVIEWParameterElement.ArrayDimensions