ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.NeedsUpdateStatistics Property

Indicates whether the statistics are up to date.

ERROR: Syntax information about IDELasDataset.NeedsUpdateStatistics may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesFile.dll

[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