BeerBouguerLambertLawLayerCollection#
- class ansys.stk.core.stkobjects.BeerBouguerLambertLawLayerCollection#
Class defining collection of Beer-Bouguer-Lamber Law atmosphere layers.
Overview#
Import detail#
from ansys.stk.core.stkobjects import BeerBouguerLambertLawLayerCollection
Property detail#
- property BeerBouguerLambertLawLayerCollection.count: int#
Return the number of elements in the collection.
- property BeerBouguerLambertLawLayerCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- BeerBouguerLambertLawLayerCollection.item(self, index: int) BeerBouguerLambertLawLayer #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
BeerBouguerLambertLawLayer