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

LabVIEWParameter.DeleteArrayElements

LabVIEWParameter.Type