Constructor BuildingFilterBlock
BuildingFilterBlock(string, string, BuildingFilterMode)
Initializes a new instance of the BuildingFilterBlock class for filtering the content displayed in a BuildingSceneLayer.
Declaration
public BuildingFilterBlock(string title, string whereClause, BuildingFilterMode mode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | The title of the filter block. |
| string | whereClause | The SQL where clause used to match features to this filter block. |
| BuildingFilterMode | mode | The mode for the filter block. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |