This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.SetTileRangeX Method (ArcObjects .NET 10.5 SDK) |
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