UiFileOpenDialogExtension ========================= .. py:class:: ansys.stk.core.uiapplication.UiFileOpenDialogExtension Access to file open dialog that allows multiple file specifications. .. py:currentmodule:: UiFileOpenDialogExtension Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.uiapplication.UiFileOpenDialogExtension.file_name` - Get or set the multiple file open collection. * - :py:attr:`~ansys.stk.core.uiapplication.UiFileOpenDialogExtension.filter_description` - Get or set the file open dialog filter description. * - :py:attr:`~ansys.stk.core.uiapplication.UiFileOpenDialogExtension.filter_pattern` - Get or set the file open dialog filter pattern. Import detail ------------- .. code-block:: python from ansys.stk.core.uiapplication import UiFileOpenDialogExtension Property detail --------------- .. py:property:: file_name :canonical: ansys.stk.core.uiapplication.UiFileOpenDialogExtension.file_name :type: UiFileOpenDialogExtensionCollection Get or set the multiple file open collection. .. py:property:: filter_description :canonical: ansys.stk.core.uiapplication.UiFileOpenDialogExtension.filter_description :type: str Get or set the file open dialog filter description. .. py:property:: filter_pattern :canonical: ansys.stk.core.uiapplication.UiFileOpenDialogExtension.filter_pattern :type: str Get or set the file open dialog filter pattern.