ScenarioDatabaseCollection#

class ansys.stk.core.stkobjects.ScenarioDatabaseCollection#

Collection of Scenario database settings.

Overview#

item

Return scenario database settings at a specified position.

count

Return a number of elements in the collection.

_new_enum

Enumerates the elements in the collection.

Import detail#

from ansys.stk.core.stkobjects import ScenarioDatabaseCollection

Property detail#

property ScenarioDatabaseCollection.count: int#

Return a number of elements in the collection.

property ScenarioDatabaseCollection._new_enum: EnumeratorProxy#

Enumerates the elements in the collection.

Method detail#

ScenarioDatabaseCollection.item(self, index: int) ScenarioDatabase#

Return scenario database settings at a specified position.

Parameters:

index : int

Returns:

ScenarioDatabase