This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainFieldStatistics Interface > ITerrainFieldStatistics.NeedsUpdate Property (ArcObjects .NET 10.4 SDK) |
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
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.