Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLayersCollection Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the collection.

In This Topic
    Insert Method (MapLayersCollection)
    In This Topic
    Inserts an item ot the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As MapLayer _
    ) 
    public void Insert( 
       int index,
       MapLayer item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the collection.
    See Also