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(
  VARIANT_BOOL* pbIsDirty
);
[C++]

Parameters

pbIsDirty [out, retval]   pbIsDirty is a parameter of type VARIANT_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