Maps for WinRT
Insert Method


Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As IMapLayer _
) 
'Usage
 
Dim instance As IMapLayerCollection
Dim index As Integer
Dim item As IMapLayer
 
instance.Insert(index, item)
public void Insert( 
   int index,
   IMapLayer item
)

Parameters

index
item
See Also

Reference

IMapLayerCollection Class
IMapLayerCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback