ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FilterBlockDefinition Class / FilterBlockDefinition Constructor / FilterBlockDefinition Constructor(String,Object3DRenderingMode,Dictionary<String,List<String>>)
The title
The mode (solid "None" or wireframe)
The values that will be included in the filter

In This Topic
    FilterBlockDefinition Constructor(String,Object3DRenderingMode,Dictionary<String,List<String>>)
    In This Topic
    Creates a FilterBlockDefinition.
    Syntax

    Parameters

    title
    The title
    filterBlockMode
    The mode (solid "None" or wireframe)
    selectedValues
    The values that will be included in the filter
    Remarks
    The filter block definition class allows you to define parameters to create a building scene layer filter block. Once you define a filter block, you can create or set it on a FilterDefinition to create and assign a filter to a building scene layer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also