LabVIEWParameter.DeleteArrayElement
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWParameter.DeleteArrayElement
Syntax
LabVIEWParameter.DeleteArrayElement( index)
Purpose
Deletes the array element at a specified index.
Remarks
This method is valid only for one-dimensional array parameters. Use the LabVIEWParameter.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
LabVIEWParameter.ArrayDimensions