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


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

ILasPointCloud Interface

Provides access to points.

Product Availability

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

Members

Name Description
Method EstimatePointCount Estimate point count.
Method EstimatePointSpacing Estimate point spacing.
Method GetLasPointInfo Returns an array of ILasPointInfo(the 1-based pointID is optional).
Method GetLasPoints Returns a point enumerator object.
Method GetLasPointsByBudget Returns a point enumerator object.
Method LasPointStatsAsRaster Export to Raster.
Method QueryLasPointInfo Query point information associated with the 1-based point ID.

Classes that implement ILasPointCloud

Classes Description
LasDataset Esri LasDataset component.