ESRI.ArcGIS.ADF.Web.UI.WebControls
GetMatchingLevelIndices Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TileDrawExtent Class : GetMatchingLevelIndices Method




tileInfo
extentToDraw
imageDescriptor
exactMatch
matchingExtent
Get list of shared level of zoom for a particular extent.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetMatchingLevelIndices( _
   ByVal tileInfo() As TileCacheInfo, _
   ByVal extentToDraw As Envelope, _
   ByVal imageDescriptor As ImageDescriptor, _
   ByRef exactMatch As Boolean, _
   ByRef matchingExtent As Envelope _
) As List(Of Integer)
Visual Basic (Usage)Copy Code
Dim tileInfo() As TileCacheInfo
Dim extentToDraw As Envelope
Dim imageDescriptor As ImageDescriptor
Dim exactMatch As Boolean
Dim matchingExtent As Envelope
Dim value As List(Of Integer)
 
value = TileDrawExtent.GetMatchingLevelIndices(tileInfo, extentToDraw, imageDescriptor, exactMatch, matchingExtent)
C# 
public static List<int> GetMatchingLevelIndices( 
   TileCacheInfo[] tileInfo,
   Envelope extentToDraw,
   ImageDescriptor imageDescriptor,
   out bool exactMatch,
   out Envelope matchingExtent
)

Parameters

tileInfo
extentToDraw
imageDescriptor
exactMatch
matchingExtent

See Also

© 2010 All Rights Reserved.