This document is archived and information here might be outdated. Recommended version. |
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*
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.