This document is archived and information here might be outdated. Recommended version. |
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
Returns the LasAttributeStatistics for the specified attribute.