Maps for WinRT
Item Property (IMapLayerCollection)


Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As IMapLayer
'Usage
 
Dim instance As IMapLayerCollection
Dim index As Integer
Dim value As IMapLayer
 
instance.Item(index) = value
 
value = instance.Item(index)
public IMapLayer this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

IMapLayerCollection Class
IMapLayerCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback