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


ITerrain.IsDirty Property (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.IsDirty Property
ArcGIS Developer Help

ITerrain.IsDirty Property

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(
  Boolean* pbIsDirty
);
[C++]
Parameters
pbIsDirty [out, retval]

pbIsDirty is a parameter of type bool*

Product Availability

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

Description

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.

See Also

ITerrain Interface