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.IsDirty Property (ArcObjects .NET 10.5 SDK) |
Indicates whether or not a partial rebuild is needed.
[Visual Basic .NET] Public ReadOnly Property IsDirty As Boolean
[C#] public bool IsDirty {get;}
[C++]
HRESULT get_IsDirty(
VARIANT_BOOL* pbIsDirty
);
[C++]
Parameters pbIsDirty [out, retval] pbIsDirty is a parameter of type VARIANT_BOOL
Indicates whether edits have taken place on feature classes that participate in the terrain. When IsDirty is TRUE a Build is needed to reconstruct the pyramid layers for the terrain tiles in which the edits have occurred.