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


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

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
);
[C++]
Parameters
Attribute [in]

Attribute is a parameter of type esriLasAttributeType

Product Availability

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

Description

Returns the LasAttributeStatistics for the specified attribute.

See Also

ILasStatistics Interface