DesignER3BPObjectCollection#
- class ansys.stk.core.stkobjects.astrogator.DesignER3BPObjectCollection#
ER3BP associated object Collection.
Overview#
Iterate through the collection. |
|
Retrieve an associated object from the collection by index. |
|
Retrieve an associated object from the collection by name. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import DesignER3BPObjectCollection
Property detail#
- property DesignER3BPObjectCollection._new_enum: EnumeratorProxy#
A property that allows you to enumerate through the collection.
Method detail#
- DesignER3BPObjectCollection.item(self, index_or_name: Any) DesignER3BPObject #
Iterate through the collection.
- Parameters:
index_or_name :
Any
- Returns:
DesignER3BPObject
- DesignER3BPObjectCollection.get_item_by_index(self, index: int) DesignER3BPObject #
Retrieve an associated object from the collection by index.
- Parameters:
index :
int
- Returns:
DesignER3BPObject
- DesignER3BPObjectCollection.get_item_by_name(self, name: str) DesignER3BPObject #
Retrieve an associated object from the collection by name.
- Parameters:
name :
str
- Returns:
DesignER3BPObject