PriorityCollection#

class ansys.stk.core.stkobjects.PriorityCollection#

Class defining a priority data collection.

Overview#

item

Given an index, returns the item in the collection.

count

Return the number of priorities in the collection.

_new_enum

Return an enumerator for the collection.

Import detail#

from ansys.stk.core.stkobjects import PriorityCollection

Property detail#

property PriorityCollection.count: int#

Return the number of priorities in the collection.

property PriorityCollection._new_enum: EnumeratorProxy#

Return an enumerator for the collection.

Method detail#

PriorityCollection.item(self, index: int) Priority#

Given an index, returns the item in the collection.

Parameters:

index : int

Returns:

Priority