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


ILasDataset.HasStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.HasStatistics Property
ArcGIS Developer Help

ILasDataset.HasStatistics Property

Indicates if statistics is available.

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

pbHasStats is a parameter of type bool*

Product Availability

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

Description

Indicates if statistics are available for the las dataset. Use this property in conjunction with ILasDataset.NeedsUpdateStatistics to know whether the statistics available with the las dataset are up-to-date or not.

See Also

ILasDataset Interface