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


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

ILasPointSelection Interface

Provides access to members of LasPointSelector.

Product Availability

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

Members

Name Description
Method AddClassCodeAndWeight Add the class code and its associated wight.
Method AddPreservedClassCode Add the class code to be excluded from thinning - points with this code will always be selected.
Method AddPreservedClassFlag Add the class flag to be excluded from thinning - points with this flag will always be selected.
Method AddPreservedReturn Add the return number to be excluded from thinning - points with this return number will always be selected.
Method AddRemovedClassCode Add the class code to be excluded from the output.
Method AddRemovedClassFlag Add the class flag to be excluded from the output.
Method AddRemovedReturn Add the return number to be excluded from the output.
Method AddReturnAndWeight Add the return number and its associated wight.
Write-only property AsZlas Indicates if output file(s) should be the Esri's zLas format.
Write-only property ComputeStatistics Indicates whether or not to compute statistics for the output file(s).
Write-only property DropVLRs Indicates if Variable Length Records should be dropped.
Write-only property OverwriteOutput Indicates whether or not to overwrite existing output file(s).
Write-only property Rearrange Indicates if output point records should be spatially rearranged.
Method Select Select and output a subset of points.
Method SetEmpty Empty the object.
Method SetSelectionType Set selection type.
Method SetTempFilePath The path for temp files.

Classes that implement ILasPointSelection

Classes Description
LasPointSelector Esri LasPointSelector.