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


IMapCacheTileManagerJob.GetTileRangeY Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.GetTileRangeY Method
ArcGIS Developer Help

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(
  System.Int32* pTileYMin,
  System.Int32* 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