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 > ILasDataset Interface > ILasDataset.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 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.