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


ILasStatistics.GetAttributeStatistics Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasStatistics.GetAttributeStatistics Method

Get statistics of the specified LAS attribute.

[Visual Basic .NET]
Public Function GetAttributeStatistics ( _
    ByVal Attribute As esriLasAttributeType _
) As ISimpleStatistics
[C#]
public ISimpleStatistics GetAttributeStatistics (
    esriLasAttributeType Attribute
);
[C++]
HRESULT GetAttributeStatistics(
  esriLasAttributeType Attribute,
  ISimpleStatistics** ppStatistics
);
[C++]

Parameters Attribute [in]
Attribute is a parameter of type esriLasAttributeType ppStatistics [out, retval]
ppStatistics is a parameter of type ISimpleStatistics

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the LasAttributeStatistics for the specified attribute.

See Also

ILasStatistics Interface