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