ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FilterDefinition Class
Members

FilterDefinition Class
Represents a building scene layer filter definition. A filter definition contains up to two FilterBlockDefinition - one for rendering the building as solid, one for rendering the building as a mesh (wire frame). Once you define a filter, call CreateFilter to apply it to the given building scene layer. Or use BuildingSceneLayer.UpdateFilter.
Syntax
public sealed class FilterDefinition 
Remarks
A filter definition contains up to two FilterBlockDefinition - one for rendering the building as solid, one for rendering the building as a mesh (wire frame). Once you define a filter, call CreateFilter to apply it to the given building scene layer. Or use BuildingSceneLayer.UpdateFilter.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.FilterDefinition

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.4 or higher.
See Also