This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.HasStatistics Property (ArcObjects .NET 10.5 SDK) |
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
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.