This document is archived and information here might be outdated.  Recommended version.


ILasFile.GetStatistics Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.GetStatistics Method

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.

See Also

ILasFile Interface