Skip to content

ILasReturnStatistics Interface

Provides access to LasReturnStatistics object.

Members

Name Description
Read-only property Extent The XYZ extent of points associated with this return (excluding withheld points).
Read-only property KeyPointCount The number of Key points associated with this return.
Read-only property PointCount The number of points associated with this return (excluding withheld points).
Read-only property ReturnType The return type associated with the statistics.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.