Provides access to LasReturnStatistics object.
Members
| Name | Description | |
|---|---|---|
![]() |
Extent | The XYZ extent of points associated with this return (excluding withheld points). |
![]() |
KeyPointCount | The number of Key points associated with this return. |
![]() |
PointCount | The number of points associated with this return (excluding withheld points). |
![]() |
ReturnType | The return type associated with the statistics. |
![]() |
SyntheticPointCount | The number of Synthetic points associated with this return. |
ILasReturnStatistics.Extent Property
The XYZ extent of points associated with this return (excluding withheld points).
Public ReadOnly Property Extent As IEnvelope
public IEnvelope Extent {get;}
ILasReturnStatistics.KeyPointCount Property
The number of Key points associated with this return.
Public ReadOnly Property KeyPointCount As Double
public double KeyPointCount {get;}
ILasReturnStatistics.PointCount Property
The number of points associated with this return (excluding withheld points).
Public ReadOnly Property PointCount As Double
public double PointCount {get;}
ILasReturnStatistics.ReturnType Property
The return type associated with the statistics.
Public ReadOnly Property ReturnType As esriTerrainLasReturnType
public esriTerrainLasReturnType ReturnType {get;}
ILasReturnStatistics.SyntheticPointCount Property
The number of Synthetic points associated with this return.
Public ReadOnly Property SyntheticPointCount As Double
public double SyntheticPointCount {get;}
Classes that implement ILasReturnStatistics
| Classes | Description |
|---|---|
| LasReturnStatistics | Esri LasReturnStatistics object. |
