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


IMapCacheTileManagerJob.GetTileRangeX 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.GetTileRangeX Method
ArcGIS Developer Help

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(
  System.Int32* pTileXMin,
  System.Int32* 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