public IReadOnlyList<LasPoint> GetPointByID( double pointID, Geometry geometry )
Public Overloads Function GetPointByID( _ ByVal pointID As Double, _ Optional ByVal geometry As Geometry _ ) As IReadOnlyList(Of LasPoint)
Parameters
- pointID
- The ID of the point to get.
- geometry
- The area to search. Default value is null. The geometry, if specified, must be a ArcGIS.Core.Geometry.MapPoint or an ArcGIS.Core.Geometry.Envelope.
Return Value
An IReadOnlyList of LasPoint.