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


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

ILasClassCodeStatistics Interface

Provides access to LasClassCodeStatistics object.

Product Availability

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

Members

Name Description
Read-only property ClassCode The class code associated with the statistics.
Read-only property Extent The XYZ extent of points associated with this class code (excluding withheld points).
Method GetIntensityRange The minimum and maximum intensity values associated with this class code (excluding withheld points).
Read-only property KeyPointCount The number of Key points associated with this class code.
Read-only property PointCount The number of points associated with this class code (excluding withheld points).
Read-only property SyntheticPointCount The number of Synthetic points associated with this class code.

Classes that implement ILasClassCodeStatistics

Classes Description
LasClassCodeStatistics Esri LasClassCodeStatistics object.