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


IMapCacheTileManagerJob.GetTileRangeX Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.GetTileRangeX Method

Cancel the current job.

[Visual Basic .NET]
Public Sub GetTileRangeX ( _
    ByRef pTileXMin As Integer, _
    ByRef pTileXMax As Integer _
)
[C#]
public void GetTileRangeX (
    ref int pTileXMin,
    ref int pTileXMax
);
[C++]
HRESULT GetTileRangeX(
  long* pTileXMin,
  long* pTileXMax
);
[C++]

Parameters pTileXMin [out] pTileXMin is a parameter of type long pTileXMax [out] pTileXMax is a parameter of type long

Product Availability

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

See Also

IMapCacheTileManagerJob Interface