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