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
NameTypeSummary
attributeNamestring

The name of the attribute for the filter to use.

valuesCollectionArcGISCollection<double>

A collection of numeric values for the filter to apply.

modeArcGISPointCloudValueFilterMode

Whether points should be included or excluded from the filter.

Properties

PropertyTypeNullableReadonlySummary
ModeArcGISPointCloudValueFilterModeNoNo

Whether points should be included or excluded from the filter.

ValuesCollectionArcGISCollection<double>NoNo

A collection of numeric values for the filter to apply.

Mode

Whether points should be included or excluded from the filter.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.