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


ITerrain.GetDirtyTiles Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.GetDirtyTiles Method

Returns all dirty tiles.

[Visual Basic .NET]
Public Function GetDirtyTiles ( _
) As IEnumEnvelope
[C#]
public IEnumEnvelope GetDirtyTiles (
);
[C++]
HRESULT GetDirtyTiles(
  IEnumEnvelope** ppTiles
);
[C++]

Parameters ppTiles [out, retval]
ppTiles is a parameter of type IEnumEnvelope

Product Availability

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

Description

Each envelope returned by the enumerator represents the map based extent of a dirty tile.

See Also

ITerrain Interface