Indicates if update is necessary.
[Visual Basic .NET] Public ReadOnly Property NeedsUpdate As Boolean
[C#] public bool NeedsUpdate {get;}
[C++]
HRESULT get_NeedsUpdate(
VARIANT_BOOL* pbNeedsUpdate
);
[C++]Parameters
pbNeedsUpdate [out, retval] pbNeedsUpdate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.