Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapSlicesCollection Class / InternalRemoveAt Method
The index of the item to remove.

In This Topic
    InternalRemoveAt Method (MapSlicesCollection)
    In This Topic
    Internal used only. Removes the item at the specified index.
    Syntax
    'Declaration
     
    
    Protected Sub InternalRemoveAt( _
       ByVal index As Integer _
    ) 
    protected void InternalRemoveAt( 
       int index
    )

    Parameters

    index
    The index of the item to remove.
    See Also