Version

GetTileLayers Method (ArcGISOnlineTileSource)

Overridden method for getting a geographic imagery tile at specific position of the map
Syntax
'Declaration
 
Protected Overrides Sub GetTileLayers( _
   ByVal tileLevel As Integer, _
   ByVal tilePositionX As Integer, _
   ByVal tilePositionY As Integer, _
   ByVal tileImageLayerSources As IList(Of Object) _
) 
protected override void GetTileLayers( 
   int tileLevel,
   int tilePositionX,
   int tilePositionY,
   IList<object> tileImageLayerSources
)

Parameters

tileLevel
tilePositionX
tilePositionY
tileImageLayerSources
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also