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


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

ILasFile.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 whether the las dataset has calculated statistics for the las file. Check ILasFile.NeedsUpdateStatistics to see if the statistics are current or outdated because of edits made to the las file.

See Also

ILasFile Interface