ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.SetTileRangeX Method

Cancel the current job.

[Visual Basic .NET]
Public Sub SetTileRangeX ( _
    ByVal tileXMin As Integer, _
    ByVal tileXMax As Integer _
)
[C#]
public void SetTileRangeX (
    int tileXMin,
    int tileXMax
);
[C++]
HRESULT SetTileRangeX(
  long tileXMin,
  long tileXMax
);
[C++]

Parameters

tileXMin [in]   tileXMin is a parameter of type long tileXMax [in]   tileXMax is a parameter of type long

Product Availability

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

See Also

IMapCacheTileManagerJob Interface