DotNetParameter.DeleteArrayElement
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.