Show / Hide Table of Contents

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
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.