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