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