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


esriLasPointSelectionType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Constants > E > esriLasPointSelectionType Constants
ArcGIS Developer Help

esriLasPointSelectionType Constants

LAS point selection type.

Constant Value Description
esriLasPointSelectionCenter 0 Select point closest to the center.
esriLasPointSelectionZmin 1 Select point with the minimum z value.
esriLasPointSelectionZmax 2 Select point with the maximum z value.
esriLasPointSelectionZminZmax 3 Select point with the minimum (or maximum) z value.
esriLasPointSelectionZaverage 4 Select point of which the Z value is the closest to the average.
esriLasPointSelectionIntensityMin 5 Select point with the minimum intensity value.
esriLasPointSelectionIntensityMax 6 Select point with the maximum intensity value.
esriLasPointSelectionIntensityMinMax 7 Select point with the minimum (or maximum) intensity value.
esriLasPointSelectionIntensityAverage 8 Select point of which the intensity value is the closest to the average.
esriLasPointSelectionClassCode 9 Select point with the specified class code.
esriLasPointSelectionReturn 10 Select point with the specified return number.
esriLasPointSelectionMostFrequentClassCode 11 Select point with the class code that has the hightest point count.

Product Availability

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