Provides access to LasClassCodeStatistics object.
Members
| Name | Description | |
|---|---|---|
![]() |
ClassCode | The class code associated with the statistics. |
![]() |
Extent | The XYZ extent of points associated with this class code (excluding withheld points). |
![]() |
GetIntensityRange | The minimum and maximum intensity values associated with this class code (excluding withheld points). |
![]() |
KeyPointCount | The number of Key points associated with this class code. |
![]() |
PointCount | The number of points associated with this class code (excluding withheld points). |
![]() |
SyntheticPointCount | The number of Synthetic points associated with this class code. |
ILasClassCodeStatistics.ClassCode Property
The class code associated with the statistics.
Public ReadOnly Property ClassCode As Integer
public int ClassCode {get;}
ILasClassCodeStatistics.Extent Property
The XYZ extent of points associated with this class code (excluding withheld points).
Public ReadOnly Property Extent As IEnvelope
public IEnvelope Extent {get;}
ILasClassCodeStatistics.GetIntensityRange Method
The minimum and maximum intensity values associated with this class code (excluding withheld points).
Public Sub GetIntensityRange ( _
ByRef pMin As Integer, _
ByRef pMax As Integer _
)
public void GetIntensityRange (
ref int pMin,
ref int pMax
);
ILasClassCodeStatistics.KeyPointCount Property
The number of Key points associated with this class code.
Public ReadOnly Property KeyPointCount As Double
public double KeyPointCount {get;}
ILasClassCodeStatistics.PointCount Property
The number of points associated with this class code (excluding withheld points).
Public ReadOnly Property PointCount As Double
public double PointCount {get;}
ILasClassCodeStatistics.SyntheticPointCount Property
The number of Synthetic points associated with this class code.
Public ReadOnly Property SyntheticPointCount As Double
public double SyntheticPointCount {get;}
Classes that implement ILasClassCodeStatistics
| Classes | Description |
|---|---|
| LasClassCodeStatistics | Esri LasClassCodeStatistics object. |

