2023 Members
Changes 4
M

FileOpenDialog

Name Return Type Description Inherited From
M Dispose() None (Inherited from FileDialog .) FileDialog
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetSelectedModelPath() nullNothingnullptr Returns the selected file path chosen by the user. (Inherited from FileDialog .) FileDialog
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M Show() ItemSelectionDialogResult Shows the dialog using the stored settings. (Inherited from FileDialog .) FileDialog
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P DefaultFilterEntry string The default entry (from the filter) to be selected in the dialog. (Inherited from FileDialog .) FileDialog
P Filter string The filter string representing a collection of extensions allowed by the dialog. (Inherited from FileDialog .) FileDialog
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. (Inherited from FileDialog .) FileDialog
P ShowPreview bool Identifies if the dialog should include a region showing a preview of the selected file.
P Title string The title to show on the dialog. (Inherited from FileDialog .) FileDialog