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


ITerrain.GetDirtyTiles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.GetDirtyTiles Method
ArcGIS Developer Help

ITerrain.GetDirtyTiles Method

Returns all dirty tiles.

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

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