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


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

ILasDataset.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 LasStatistics object.

See Also

ILasDataset Interface