ICelestialBodyInformationCollection#
- class ansys.stk.core.stkobjects.ICelestialBodyInformationCollection#
Represents a collection of celestial bodies.
Overview#
Import detail#
from ansys.stk.core.stkobjects import ICelestialBodyInformationCollection
Property detail#
- property ICelestialBodyInformationCollection.count: int#
Return the number of elements in a collection.
- property ICelestialBodyInformationCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- ICelestialBodyInformationCollection.item(self, index: int) ICelestialBodyInformation #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
ICelestialBodyInformation