TargeterGraphActiveControlCollection#
- class ansys.stk.core.stkobjects.astrogator.TargeterGraphActiveControlCollection#
Bases:
IRuntimeTypeInfoProvider
Targeter Graph Active Control 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 TargeterGraphActiveControlCollection
Property detail#
- property TargeterGraphActiveControlCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
- property TargeterGraphActiveControlCollection.provide_runtime_type_info: RuntimeTypeInfo#
Return the RuntimeTypeInfo interface to access properties at runtime.
Method detail#
- TargeterGraphActiveControlCollection.item(self, index: int) TargeterGraphActiveControl #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
TargeterGraphActiveControl