ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ToAdfTileCacheInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : ToAdfTileCacheInfo Method




tci
The ArcGIS Server TileCacheInfo object to convert.
fullExtent
An ESRI.ArcGIS.ADF.Web.Geometry.Envelope with the full extent of the map.
Converts an ArcGIS Server TileCacheInfo object to a Web ADF TileCacheInfo object.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToAdfTileCacheInfo( _
   ByVal tci As TileCacheInfo, _
   ByVal fullExtent As Envelope _
) As TileCacheInfo
Visual Basic (Usage)Copy Code
Dim tci As TileCacheInfo
Dim fullExtent As Envelope
Dim value As TileCacheInfo
 
value = Converter.ToAdfTileCacheInfo(tci, fullExtent)
C# 
public static TileCacheInfo ToAdfTileCacheInfo( 
   TileCacheInfo tci,
   Envelope fullExtent
)

Parameters

tci
The ArcGIS Server TileCacheInfo object to convert.
fullExtent
An ESRI.ArcGIS.ADF.Web.Geometry.Envelope with the full extent of the map.

Return Value

A Web ADF TileCacheInfo object with equivalent values.

See Also

© 2010 All Rights Reserved.