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