Get statistics.
[Visual Basic .NET] Public Function GetStatistics ( _ ) As ILasStatistics
[C#] public ILasStatistics GetStatistics ( );
[C++]
HRESULT GetStatistics(
ILasStatistics** ppStatistics
);
[C++]Parameters
ppStatistics [out, retval]ppStatistics is a parameter of type ILasStatistics
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.