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

In This Topic
    FilterBlockDefinition Class
    In This Topic
    Represents a building scene layer filter block.
    Syntax
    public sealed class FilterBlockDefinition 
    Public NotInheritable Class FilterBlockDefinition 
    Remarks
    Each building scene layer FilterDefinition can contain up to two blocks:
    o One that renders the building as a solid (FilterBlockMode == Object3DRenderingMode.None)
    o One that renders the building as a wireframe (FilterBlockMode == Object3DRenderingMode.Wireframe)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.FilterBlockDefinition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also