Constructor BuildingFilter
BuildingFilter(string, string, IEnumerable<BuildingFilterBlock>)
Initializes a new instance of the BuildingFilter class with filter blocks.
Declaration
public BuildingFilter(string name, string description, IEnumerable<BuildingFilterBlock> blocks)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the filter. |
| string | description | The description of the filter. |
| IEnumerable<BuildingFilterBlock> | blocks | The filter blocks that define which features are visible and how they should be drawn. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |