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


ITilesTable.GetTileCount Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITilesTable.GetTileCount Method

Get Tile Count

[Visual Basic .NET]
Public Function GetTileCount ( _
) As Integer
[C#]
public int GetTileCount (
);
[C++]
HRESULT GetTileCount(
  long* pTileCount
);
[C++]

Parameters pTileCount [out, retval] pTileCount is a parameter of type long

Product Availability

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

See Also

ITilesTable Interface