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


IMapCacheTileManagerJob.SetTileRangeX Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.SetTileRangeX Method
ArcGIS Developer Help

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