Parameters
- filter
- Filter by parameters. See LasPointFilter. A null value will retrieve all points in the LAS dataset.
- thinningFactor
- Thinning factor. Default value is 1.0.
- zFactor
- Z factor. Default value is 1.0.
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
System.ArgumentException | The thinningFactor or zFactor value is invalid. Values cannot be NaN. In addition the thinningFactor must be greater than 0 and less than or equal to 1. |
using
statement or a finally
block.Target Platforms: Windows 11, Windows 10