TargeterGraphResultCollection#
- class ansys.stk.core.stkobjects.astrogator.TargeterGraphResultCollection#
Bases:
IRuntimeTypeInfoProvider
Targeter Graph Result Collection.
Overview#
Allow you to iterate through the collection. |
Allow you to enumerate through the collection. |
|
Return the size of the collection. |
|
Return the RuntimeTypeInfo interface to access properties at runtime. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import TargeterGraphResultCollection
Property detail#
- property TargeterGraphResultCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
- property TargeterGraphResultCollection.provide_runtime_type_info: RuntimeTypeInfo#
Return the RuntimeTypeInfo interface to access properties at runtime.
Method detail#
- TargeterGraphResultCollection.item(self, index: int) TargeterGraphResult #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
TargeterGraphResult