TargeterGraphActiveControlCollection#

class ansys.stk.core.stkobjects.astrogator.TargeterGraphActiveControlCollection#

Bases: IRuntimeTypeInfoProvider

Targeter Graph Active Control Collection.

Overview#

item

Allow you to iterate through the collection.

_new_enum

Allow you to enumerate through the collection.

count

Return the size of the collection.

provide_runtime_type_info

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.count: int#

Return the size of 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