DotNetParameter.DeleteArrayElement

Syntax

DotNetParameter.DeleteArrayElement( index)

Purpose

Deletes an element from an array at the specified index.

Remarks

Call this method only on array parameters. Use the DotNetParameter.Flags property to determine whether a parameter is an array.

This method is valid only for one-dimensional array parameters. Use DotNetParameter.ArrayDimensionsEx to determine the number of array dimensions.

Parameters

index As Long

[In] Specifies the zero-based index that specifies the location where to delete the element.

See Also

DotNetParameter.ArrayDimensionsEx

DotNetParameter.Flags

DotNetParameter.InsertArrayElement