Cancel the current job.
[Visual Basic .NET] Public Sub GetTileRangeY ( _ ByRef pTileYMin As Integer, _ ByRef pTileYMax As Integer _ )
[C#] public void GetTileRangeY ( ref int pTileYMin, ref int pTileYMax );
[C++]
HRESULT GetTileRangeY(
long* pTileYMin,
long* pTileYMax
);
[C++]Parameters
pTileYMin [out] pTileYMin is a parameter of type long pTileYMax [out] pTileYMax is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.