|
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function ToAdfTileCacheInfo( _ ByVal tci As TileCacheInfo, _ ByVal fullExtent As Envelope _ ) As TileCacheInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.