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.