This document is archived and information here might be outdated. Recommended version. |
Indicates if statistics is available.
[Visual Basic .NET]
Public ReadOnly Property HasStatistics As Boolean
[C#]
public bool HasStatistics {get;}
[C++]
HRESULT get_HasStatistics(
Boolean* pbHasStats
);
[C++] Parameters pbHasStats [out, retval]
pbHasStats is a parameter of type 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.