ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Gallery Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (Gallery)
    In This Topic
    Removes the element at the specified index of the collection.
    Syntax
    protected void RemoveAt( 
       int index
    )
    Protected Sub RemoveAt( _
       ByVal index As Integer _
    ) 

    Parameters

    index
    The zero-based index of the element to remove.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also