Class BuildingFilterBlock
Defines a set of conditions that can show or hide components in a BuildingSceneLayer.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BuildingFilterBlock
Constructors
| Name | Description |
|---|---|
| BuildingFilterBlock(string, string, BuildingFilterMode) | Initializes a new instance of the BuildingFilterBlock class for filtering the content displayed in a BuildingSceneLayer. |
Properties
| Name | Description |
|---|---|
| Mode | Gets or sets a value indicating how features are drawn when participating in a filter block. |
| Title | Gets or sets the title of the filter block. |
| WhereClause | Gets or sets a SQL where clause used to match features to this filter block. Features that satisfy this clause are displayed. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |