LabVIEWNXGParameter.InsertArrayElement
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWNXGParameter.InsertArrayElement
Syntax
LabVIEWNXGParameter.InsertArrayElement( index)
Purpose
Inserts an array element at the 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 insert the array element. This value must be greater than or equal to 0 and less than or equal to the number of array elements.
See Also
LabVIEWNXGParameter.ArrayDimensions