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


IGPCreateTiles.GetNextTile Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPCreateTiles.GetNextTile Method

Returns the next tile.

[Visual Basic .NET]
Public Function GetNextTile ( _
) As IEnvelope
[C#]
public IEnvelope GetNextTile (
);
[C++]
HRESULT GetNextTile(
  IEnvelope** ppTileEnv
);
[C++]

Parameters ppTileEnv [out, retval]
ppTileEnv is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPCreateTiles Interface