AccessTargetTimesCollection#

class ansys.stk.core.stkobjects.AccessTargetTimesCollection#

Collection of access times.

Overview#

item

Return target times scheme by name or 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 AccessTargetTimesCollection

Property detail#

property AccessTargetTimesCollection.count: int#

Return a number of elements in the collection.

property AccessTargetTimesCollection._new_enum: EnumeratorProxy#

Enumerates the elements in the collection.

Method detail#

AccessTargetTimesCollection.item(self, index: int) AccessTargetTime#

Return target times scheme by name or at a specified position.

Parameters:

index : int

Returns:

AccessTargetTime