FileDialog.ShowOpen Method
Parent Object: FileDialogDescription
Method that displays the open dialog. The existence of the specified file is checked for by the dialog, so only valid filenames will be returned. This does not actually open the file but only returns the filename the user has specified through the dialog.
Syntax
FileDialog.ShowOpen()Samples
Name | Description |
File Dialog | This sample demonstrates the use of the FileDialog object. The only requirement to run this sample is to have Inventor open. |