BeerBouguerLambertLawLayerCollection#

class ansys.stk.core.stkobjects.BeerBouguerLambertLawLayerCollection#

Class defining collection of Beer-Bouguer-Lamber Law atmosphere layers.

Overview#

item

Given an index, returns the element in the collection.

remove_at

Remove the layer with the specified index.

count

Return the number of elements in the collection.

_new_enum

Return an enumerator for the collection.

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

BeerBouguerLambertLawLayerCollection.remove_at(self, index: int) None#

Remove the layer with the specified index.

Parameters:

index : int

Returns:

None