LabVIEWParameter.InsertArrayElement

Syntax

LabVIEWParameter.InsertArrayElement( index)

Purpose

Inserts an array element at the 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 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

LabVIEWParameter.ArrayDimensions

LabVIEWParameter.DeleteArrayElement

LabVIEWParameter.Type