TargeterGraphResultCollection#

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

Bases: IRuntimeTypeInfoProvider

Targeter Graph Result 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 TargeterGraphResultCollection

Property detail#

property TargeterGraphResultCollection._new_enum: EnumeratorProxy#

Allow you to enumerate through the collection.

property TargeterGraphResultCollection.count: int#

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