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


IDELasDataset.NeedsUpdateStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.NeedsUpdateStatistics Property

Indicates whether the statistics are up to date.

[Visual Basic .NET]
Public Property NeedsUpdateStatistics As Boolean
[C#]
public bool NeedsUpdateStatistics {get; set;}
[C++]
HRESULT get_NeedsUpdateStatistics(
  VARIANT_BOOL* pbNeedsUpdateStatistics
);
[C++]
HRESULT put_NeedsUpdateStatistics(
  VARIANT_BOOL pbNeedsUpdateStatistics
);
[C++]

Parameters pbNeedsUpdateStatistics [out, retval] pbNeedsUpdateStatistics is a parameter of type VARIANT_BOOL pbNeedsUpdateStatistics [in] pbNeedsUpdateStatistics is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDELasDataset Interface