This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasStatistics Interface > ILasStatistics.GetAttributeStatistics Method (ArcObjects .NET 10.5 SDK) |
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
Returns the LasAttributeStatistics for the specified attribute.