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


IDELasDataset.HasStatistics 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.HasStatistics Property
ArcGIS Developer Help

IDELasDataset.HasStatistics Property

Indicates whether there are statistics.

[Visual Basic .NET]
Public Property HasStatistics As Boolean
[C#]
public bool HasStatistics {get; set;}
[C++]
HRESULT get_HasStatistics(
  Boolean* pbHasStatistics
);
[C++]
HRESULT put_HasStatistics(
  VARIANT_BOOL pbHasStatistics
);
[C++]
Parameters
pbHasStatistics [out, retval]

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

Product Availability

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

See Also

IDELasDataset Interface