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

In This Topic
    FilterDefinition Class
    In This Topic
    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 
    Public NotInheritable 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

    ArcGIS Pro version: 3 or higher.
    See Also