VehicleCorrelationListCollection#
- class ansys.stk.core.stkobjects.VehicleCorrelationListCollection#
Collection representing HPOP covariance matrix.
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. |
Import detail#
from ansys.stk.core.stkobjects import VehicleCorrelationListCollection
Property detail#
- property VehicleCorrelationListCollection.count: int#
Return the number of elements in a collection.
- property VehicleCorrelationListCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleCorrelationListCollection.item(self, index: int) VehicleCorrelationListElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleCorrelationListElement
- VehicleCorrelationListCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- VehicleCorrelationListCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- VehicleCorrelationListCollection.add(self) VehicleCorrelationListElement #
Add a new element to the collection.
- Returns:
VehicleCorrelationListElement