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


ITerrain.IsDirty Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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