This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.GetTileRangeY Method (ArcObjects .NET 10.4 SDK) |
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