Overload | Description |
---|---|
GetPointByID(Int32,Double) | Gets the point specified by the file index and point ID. This method must be called on the MCT. Use QueuedTask.Run. |
GetPointByID(Double,Geometry) | Gets the points specified by the point ID. Because the LAS dataset can reference multiple LAS files, more than one point with the specified point ID can be found. If a geometry is specified, then only this spatial area is searched. This method must be called on the MCT. Use QueuedTask.Run. |