This document is archived and information here might be outdated.  Recommended version.


IMapCacheTileManagerJob.GetTileRangeY Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.GetTileRangeY Method

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.

See Also

IMapCacheTileManagerJob Interface