Converts an ArcGIS Server TileCacheInfo object to a Web ADF TileCacheInfo object.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToAdfTileCacheInfo( _
ByVal tci As ESRI.ArcGIS.ADF.ArcGISServer.TileCacheInfo, _
ByVal fullExtent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope _
) As ESRI.ArcGIS.ADF.Web.DataSources.TileCacheInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim tci As ESRI.ArcGIS.ADF.ArcGISServer.TileCacheInfo
Dim fullExtent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.TileCacheInfo
value = Converter.ToAdfTileCacheInfo(tci, fullExtent) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.DataSources.TileCacheInfo ToAdfTileCacheInfo(
ESRI.ArcGIS.ADF.ArcGISServer.TileCacheInfo tci,
ESRI.ArcGIS.ADF.Web.Geometry.Envelope fullExtent
) |
Parameters
- tci
- The ArcGIS Server TileCacheInfo object to convert.
- fullExtent
- An T:ESRI.ArcGIS.ADF.Web.Geometry.Envelope with the full extent of the map.
Return Value
A Web ADF
TileCacheInfo object with equivalent values.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also