This document is archived and information here might be outdated.  Recommended version.


ITilesTable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITilesTable Interface
ArcGIS Developer Help

ITilesTable Interface

Wrapper object to encapsulate a cache tiles containenr table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Close Close the table.
Method Create Create the table.
Method Delete Delete the table.
Method Exists Table Exists
Method GetOffset Get the row in the table corresponding to the given tileX and tileY
Method GetTileCount Get Tile Count
Method InsertTile Insert the tile into the table.
Method IsLocked Is table locked
Method Open Open the table.
Method QueryTile Query specific tile from the table.
Method UpdateTile Update Tile.

Classes that implement ITilesTable

Classes Description
TilesTable A Tiles Table object.