FileOpenDialog
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from FileDialog .) | FileDialog |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetSelectedModelPath() | nullNothingnullptr | Returns the selected file path chosen by the user. (Inherited from FileDialog .) | FileDialog |
| GetType | None | (Inherited from Object .) | Object . |
| Show() | ItemSelectionDialogResult | Shows the dialog using the stored settings. (Inherited from FileDialog .) | FileDialog |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DefaultFilterEntry | string | The default entry (from the filter) to be selected in the dialog. (Inherited from FileDialog .) | FileDialog |
| Filter | string | The filter string representing a collection of extensions allowed by the dialog. (Inherited from FileDialog .) | FileDialog |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. (Inherited from FileDialog .) | FileDialog |
| ShowPreview | bool | Identifies if the dialog should include a region showing a preview of the selected file. | |
| Title | string | The title to show on the dialog. (Inherited from FileDialog .) | FileDialog |