AdvCATChosenObjectCollection#
- class ansys.stk.core.stkobjects.AdvCATChosenObjectCollection#
The chosen object collection.
Overview#
Add a new chosen object to the collection. |
|
Given an index, returns a chosen object in the collection. |
|
Remove all elements from the collection. |
|
Remove an object from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import AdvCATChosenObjectCollection
Property detail#
- property AdvCATChosenObjectCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- AdvCATChosenObjectCollection.add(self, object: str) AdvCATChosenObject #
Add a new chosen object to the collection.
- Parameters:
object :
str
- Returns:
AdvCATChosenObject
- AdvCATChosenObjectCollection.item(self, index: int) AdvCATChosenObject #
Given an index, returns a chosen object in the collection.
- Parameters:
index :
int
- Returns:
AdvCATChosenObject