This document is archived and information here might be outdated.  Recommended version.


ITerrainFieldStatistics.NeedsUpdate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainFieldStatistics Interface > ITerrainFieldStatistics.NeedsUpdate Property
ArcGIS Developer Help

ITerrainFieldStatistics.NeedsUpdate Property

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*

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.

See Also

ITerrainFieldStatistics Interface