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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.