I'm studying a way to use ArcGIS Pro SDK 3.0 to create an add-in that must have access to LAS Dataset points for an analysis. This add-in will have to extract points inside polygons and then calculate the median of altitude of these points.
I didn't find any documentation related to it. Are there any classes in the Pro SDK similar to ILasPointCloud interface existing in ArcObjects SDK (ESRI.ArcGIS.GeoDatabaseExtensions namespace)?