VehicleTargetPointingIntervalCollection#
- class ansys.stk.core.stkobjects.VehicleTargetPointingIntervalCollection#
Represents a collection of scheduled targeting intervals.
Overview#
Given an index, returns an element in the collection. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
|
Add a new element to the collection. Start/Stop Times use DateFormat Dimension. |
Import detail#
from ansys.stk.core.stkobjects import VehicleTargetPointingIntervalCollection
Property detail#
- property VehicleTargetPointingIntervalCollection.count: int#
Return the number of elements in a collection.
- property VehicleTargetPointingIntervalCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleTargetPointingIntervalCollection.item(self, index: int) AttitudeScheduleTimesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
AttitudeScheduleTimesElement
- VehicleTargetPointingIntervalCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.