Brings up a standard File Open Dialog and returns an object representing the selected file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgUiFileOpenExt FileOpenDialogExt( bool AllowMultiSelect, string DefaultExt, string Filter, string InitialDir ); |
| [Managed C++] |
|---|
public: IAgUiFileOpenExt^ FileOpenDialogExt( bool AllowMultiSelect, String __gc ^ DefaultExt, String __gc ^ Filter, String __gc ^ InitialDir ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUiFileOpenExt fileOpenDialogExt( bool AllowMultiSelect, String DefaultExt, String Filter, String InitialDir ); |
[Python - STK API ] |
|---|
def FileOpenDialogExt(self, AllowMultiSelect:bool, DefaultExt:str, Filter:str, InitialDir:str) -> "IAgUiFileOpenExt": |
- AllowMultiSelect
- DefaultExt
- Filter
- InitialDir






