UiFileOpenDialogExtension#

class ansys.stk.core.uiapplication.UiFileOpenDialogExtension#

Access to file open dialog that allows multiple file specifications.

Overview#

file_name

Get or set the multiple file open collection.

filter_description

Get or set the file open dialog filter description.

filter_pattern

Get or set the file open dialog filter pattern.

Import detail#

from ansys.stk.core.uiapplication import UiFileOpenDialogExtension

Property detail#

property UiFileOpenDialogExtension.file_name: UiFileOpenDialogExtensionCollection#

Get or set the multiple file open collection.

property UiFileOpenDialogExtension.filter_description: str#

Get or set the file open dialog filter description.

property UiFileOpenDialogExtension.filter_pattern: str#

Get or set the file open dialog filter pattern.