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


ILasFile.GetStatistics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.GetStatistics Method
ArcGIS Developer Help

ILasFile.GetStatistics Method

Get statistics.

[Visual Basic .NET]
Public Function GetStatistics ( _
) As ILasStatistics
[C#]
public ILasStatistics GetStatistics (
);
[C++]
HRESULT GetStatistics(
void
);

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