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