This document is archived and information here might be outdated. Recommended version. |
Indicates if update is necessary.
[Visual Basic .NET]
Public ReadOnly Property NeedsUpdate As Boolean
[C#]
public bool NeedsUpdate {get;}
[C++]
HRESULT get_NeedsUpdate(
Boolean* pbNeedsUpdate
);
[C++] Parameters pbNeedsUpdate [out, retval]
pbNeedsUpdate is a parameter of type bool*
Returns TRUE if the statistics for the field are out of date due to edits which have taken place on the terrain and need to be recalculated. See ITerrainEdit3.CalculateFieldStatistics.