This document is archived and information here might be outdated. Recommended version. |
Get statistics.
[Visual Basic .NET] Public Function GetStatistics ( _ ) As ILasStatistics
[C#] public ILasStatistics GetStatistics ( );
[C++]
HRESULT GetStatistics(
void
);
Returns the statistics for the las file. NULL is returned if statistics haven't been calculated. You can also check for statistics using ILasFile.HasStatistics.