Maps for WinRT
CopyTo Method


Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As IMapLayer, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As IMapLayerCollection
Dim array() As IMapLayer
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   IMapLayer[] array,
   int index
)

Parameters

array
index
See Also

Reference

IMapLayerCollection Class
IMapLayerCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback