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.SetTileRangeY Method (ArcObjects .NET 10.5 SDK) |
Cancel the current job.
[Visual Basic .NET] Public Sub SetTileRangeY ( _ ByVal tileYMin As Integer, _ ByVal tileYMax As Integer _ )
[C#] public void SetTileRangeY ( int tileYMin, int tileYMax );
[C++]
HRESULT SetTileRangeY(
long tileYMin,
long tileYMax
);
[C++]
Parameters tileYMin [in] tileYMin is a parameter of type long tileYMax [in] tileYMax is a parameter of type long