FilterDialog
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FilterDialog | |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| Show() | None | Shows the FilterDialog editing dialog to the user. | |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilterToSelect | ElementId | The filter element to be selected once Show is invoked. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| NewFilterId | ElementId | The ElementId of the new filter created. The value is populated after Show method is executed. | |
| NewFilterName | string | The name of the new ParameterFilterElement to be created and selected once Show is invoked. |