Overload | Description |
---|---|
SetDisplayFilter(LasPointDisplayFilterType) | Sets the classification codes, returns and flags for the display filter according to the specified filter type. This method must be called on the MCT. Use QueuedTask.Run. |
SetDisplayFilter(List<Int32>) | Sets the classification codes for the display filter. Other elements of the display filter are unchanged. This method must be called on the MCT. Use QueuedTask.Run. |
SetDisplayFilter(List<LasReturnType>) | Sets the returns for the display filter. Other elements of the display filter are unchanged. This method must be called on the MCT. Use QueuedTask.Run. |
SetDisplayFilter(LasPointDisplayFilter) | Sets the the display filter. This method must be called on the MCT. Use QueuedTask.Run. |