UiFileOpenDialogExtensionCollection#

class ansys.stk.core.uiapplication.UiFileOpenDialogExtensionCollection#

Multiple file open collection.

Overview#

item

Get the file at the specified index.

count

Get the total count of files in the collection.

_new_enum

Enumerates through the file collection.

Import detail#

from ansys.stk.core.uiapplication import UiFileOpenDialogExtensionCollection

Property detail#

property UiFileOpenDialogExtensionCollection.count: int#

Get the total count of files in the collection.

property UiFileOpenDialogExtensionCollection._new_enum: EnumeratorProxy#

Enumerates through the file collection.

Method detail#

UiFileOpenDialogExtensionCollection.item(self, n_index: int) str#

Get the file at the specified index.

Parameters:

n_index : int

Returns:

str