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


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

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,
  System.Int32* 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