VehicleGPSElementCollection#
- class ansys.stk.core.stkobjects.VehicleGPSElementCollection#
A collection of GPS elements.
Overview#
Import detail#
from ansys.stk.core.stkobjects import VehicleGPSElementCollection
Property detail#
- property VehicleGPSElementCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleGPSElementCollection.item(self, index: int) VehicleGPSElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleGPSElement