SearchPluginControlCollection#
- class ansys.stk.core.stkobjects.astrogator.SearchPluginControlCollection#
The list of search plugin control parameters.
Overview#
Allow you to iterate through the collection. |
|
Return the control specified by the object/control path. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import SearchPluginControlCollection
Property detail#
- property SearchPluginControlCollection._new_enum: EnumeratorProxy#
Property that allows you to enumerate through the collection.
Method detail#
- SearchPluginControlCollection.item(self, index: int) SearchPluginControl #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
SearchPluginControl