This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.GetDirtyTiles Method (ArcObjects .NET 10.5 SDK) |
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
Each envelope returned by the enumerator represents the map based extent of a dirty tile.