ArcObjects Library Reference (Carto)  

ITileCacheStats.GetTileSizes Method

Tile sizes for a given tile or a supertile.

[Visual Basic .NET]
Public Sub GetTileSizes ( _
    ByVal Level As Integer, _
    ByVal Row As Integer, _
    ByVal Column As Integer, _
    ByVal pTrackCancel As ITrackCancel, _
    ByRef tileCount As Integer, _
    ByVal pSizes As ILongArray _
)
[C#]
public void GetTileSizes (
    int Level,
    int Row,
    int Column,
    ITrackCancel pTrackCancel,
    ref int tileCount,
    ref ILongArray pSizes
);
[C++]
HRESULT GetTileSizes(
  long Level,
  long Row,
  long Column,
  ITrackCancel* pTrackCancel,
  long* tileCount,
  ILongArray* pSizes
);
[C++]

Parameters

Level [in]   Level is a parameter of type long Row [in]   Row is a parameter of type long Column [in]   Column is a parameter of type long pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

tileCount [out]   tileCount is a parameter of type long pSizes [out]

  pSizes is a parameter of type ILongArray

Product Availability

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

See Also

ITileCacheStats Interface