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


IDELasDataset.NeedsUpdateStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset Interface > IDELasDataset.NeedsUpdateStatistics Property
ArcGIS Developer Help

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(
  Boolean* pbNeedsUpdateStatistics
);
[C++]
HRESULT put_NeedsUpdateStatistics(
  VARIANT_BOOL pbNeedsUpdateStatistics
);
[C++]
Parameters
pbNeedsUpdateStatistics [out, retval]

pbNeedsUpdateStatistics is a parameter of type bool* pbNeedsUpdateStatistics [in]
pbNeedsUpdateStatistics is a parameter of type bool

Product Availability

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

See Also

IDELasDataset Interface