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.GetTileRangeX Method (ArcObjects .NET 10.5 SDK) |
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