Parameters
- filter
- Filter by parameters. See ArcGIS.Core.Data.Analyst3D.LasPointFilter. A null value will retrieve all points in the LAS layer.
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
If there is an existing display filter set on the layer, the Search() method will work on the subset of points in the layer that meet the display filter definition criteria. The search filter will be applied after the LAS dataset layer's display filter.
To ensure maximum robustness, callers should explicitly dispose of the returned ArcGIS.Core.Data.Analyst3D.LasPointCursor in either a using
statement or a finally
block.
Target Platforms: Windows 11, Windows 10