FigureOfMeritAssetListCollection#
- class ansys.stk.core.stkobjects.FigureOfMeritAssetListCollection#
List of assets available for specifying range uncertainty (for Navigation Accuracy FOM).
Overview#
Import detail#
from ansys.stk.core.stkobjects import FigureOfMeritAssetListCollection
Property detail#
- property FigureOfMeritAssetListCollection.count: int#
Return the number of elements in a collection.
- property FigureOfMeritAssetListCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- FigureOfMeritAssetListCollection.item(self, index: int) FigureOfMeritAssetListElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
FigureOfMeritAssetListElement