MostRecentlyUsedCollection#

class ansys.stk.core.uiapplication.MostRecentlyUsedCollection#

Provide information about most recently used (MRU) list.

Overview#

item

Get the MRU at the specified index.

count

Get the total count of MRUs in the collection.

_new_enum

Enumerates through the MRU collection.

Import detail#

from ansys.stk.core.uiapplication import MostRecentlyUsedCollection

Property detail#

property MostRecentlyUsedCollection.count: int#

Get the total count of MRUs in the collection.

property MostRecentlyUsedCollection._new_enum: EnumeratorProxy#

Enumerates through the MRU collection.

Method detail#

MostRecentlyUsedCollection.item(self, index: Any) str#

Get the MRU at the specified index.

Parameters:

index : Any

Returns:

str