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] |
---|
Public Function CreateEvenlySpacedLayers( _ ByVal layerCount As Integer, _ ByVal maxAltitude As Double _ ) As |
[C#] |
---|
public IAgBeerBouguerLambertLawLayerCollection CreateEvenlySpacedLayers( int layerCount, double maxAltitude ); |
[Managed C++] |
---|
public: IAgBeerBouguerLambertLawLayerCollection^ CreateEvenlySpacedLayers( int layerCount, double maxAltitude ); |
[Java] |
---|
public IAgBeerBouguerLambertLawLayerCollection createEvenlySpacedLayers( Integer layerCount, double maxAltitude ); |
[Unmanaged C++] |
---|
public: HRESULT CreateEvenlySpacedLayers( int layerCount, double maxAltitude, IAgBeerBouguerLambertLawLayerCollection ** ppRetVal ); |
- layerCount
- maxAltitude