Constructor PointCloudValueFilter
PointCloudValueFilter(string, IEnumerable<double>, PointCloudValueFilterMode)
Initializes a new instance of the PointCloudValueFilter class with the specified collection of classification codes for the filter to apply.
Declaration
public PointCloudValueFilter(string attributeName, IEnumerable<double> values, PointCloudValueFilterMode mode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | The name of the attribute for the filter to use. |
| IEnumerable<double> | values | A collection of numeric values representing the classification codes that the filter should apply. |
| PointCloudValueFilterMode | mode | Whether points should be included or excluded from the filter. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |