ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.HasStatistics Property

Indicates whether there are statistics.

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

[C++]
HRESULT get_HasStatistics(
  VARIANT_BOOL* pbHasStatistics
);
[C++]
HRESULT put_HasStatistics(
  VARIANT_BOOL pbHasStatistics
);
[C++]

Parameters

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

Product Availability

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

See Also

IDELasDataset Interface