LabVIEWNXGParameter.DeleteArrayElement
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
LabVIEWNXGParameter.DeleteArrayElement
Syntax
LabVIEWNXGParameter.DeleteArrayElement( index)
Purpose
Deletes the array element at a specified index.
Remarks
This method is valid only for one-dimensional array parameters. Use the LabVIEWNXGParameter.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
LabVIEWNXGParameter.ArrayDimensions