Clears any existing layers in the collection and creates evenly spaced layers from surface of the central body to the maximum altitude.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgBeerBouguerLambertLawLayerCollection CreateEvenlySpacedLayers( int layerCount, double maxAltitude ); |
| [Managed C++] |
|---|
public: IAgBeerBouguerLambertLawLayerCollection^ CreateEvenlySpacedLayers( int layerCount, double maxAltitude ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgBeerBouguerLambertLawLayerCollection createEvenlySpacedLayers( Integer layerCount, double maxAltitude ); |
[Python - STK API ] |
|---|
def CreateEvenlySpacedLayers(self, layerCount:int, maxAltitude:float) -> "IAgBeerBouguerLambertLawLayerCollection": |
- layerCount
- maxAltitude






