ArcObjects Library Reference (Carto)  

ITileCacheStats.GetTileRangeAtLevel Method

Valid tile range at any level.

ERROR: Syntax information about ITileCacheStats.GetTileRangeAtLevel may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT GetTileRangeAtLevel(
  long Level,
  IGeometry* pGeometry,
  long* tileXMin,
  long* tileYMin,
  long* tileXMax,
  long* tileYMax
);
[C++]

Parameters

Level [in]   Level is a parameter of type long pGeometry [in]

  pGeometry is a parameter of type IGeometry

tileXMin [out]   tileXMin is a parameter of type long tileYMin [out]   tileYMin is a parameter of type long tileXMax [out]   tileXMax is a parameter of type long tileYMax [out]   tileYMax is a parameter of type long

Product Availability

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

See Also

ITileCacheStats Interface