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

In This Topic
    InternalInsert Method (MapLayersCollection)
    In This Topic
    Internal used only. Inserts an item ot the collection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Sub InternalInsert( _
       ByVal index As Integer, _
       ByVal item As MapLayer _
    ) 
    protected void InternalInsert( 
       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