Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudValueFilter
Since: 2.4.0
Inheritance: ArcGISPointCloudFilter->ArcGISPointCloudValueFilter
Summary
A filter to include or exclude points using attribute values.
Constructors
ArcGISPointCloudValueFilter(string attributeName, ArcGISCollection<double> valuesCollection, ArcGISPointCloudValueFilterMode mode)
Creates a ArcGISPointCloudValueFilter with the specified attribute name and collection of values.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
attribute | string | The name of the attribute for the filter to use. |
values | ArcGISCollection<double> | A collection of numeric values for the filter to apply. |
mode | ArcGISPointCloudValueFilterMode | Whether points should be included or excluded from the filter. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Mode | ArcGISPointCloudValueFilterMode | No | No | Whether points should be included or excluded from the filter. |
ValuesCollection | ArcGISCollection<double> | No | No | A collection of numeric values for the filter to apply. |
ValuesCollection
ArcGISCollection<double> ValuesCollection
A collection of numeric values for the filter to apply.
If valuesCollection is empty, include mode hides all points and exclude mode does not affect point visibility.