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


ILasFile.HasStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbHasStats
);
[C++]

Parameters pbHasStats [out, retval] pbHasStats is a parameter of type VARIANT_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