Show / Hide Table of Contents

Constructor PointCloudBitfieldFilter

PointCloudBitfieldFilter(string, IEnumerable<uint>, IEnumerable<uint>)

Initializes a new instance of the PointCloudBitfieldFilter class with the specified collections of bit positions.

Declaration
public PointCloudBitfieldFilter(string attributeName, IEnumerable<uint> requiredClearBits, IEnumerable<uint> requiredSetBits)
Parameters
Type Name Description
string attributeName

The name of the attribute to use for the filter.

IEnumerable<uint> requiredClearBits

A collection of bit positions where a point is only displayed if the corresponding bit value is 0.

IEnumerable<uint> requiredSetBits

A collection of bit positions where a point is only displayed if the corresponding bit value is 1.

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.