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 As Integer, _
ByVal As MapLayer _
)
protected void InternalInsert(
int ,
MapLayer
)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the collection.
See Also