AGI STK Objects 11 Send comments on this topic.
CreateEvenlySpacedLayers Method (IAgLaserPropagationLossModelBeerBouguerLambertLaw)
See Also 
layerCount
maxAltitude





Description

Clears any existing layers in the collection and creates evenly spaced layers from surface of the central body to the maximum altitude.

Syntax

[Visual Basic .NET]
Public Function CreateEvenlySpacedLayers( _
   ByVal layerCount As Integer, _
   ByVal maxAltitude As Double _
) As IAgBeerBouguerLambertLawLayerCollection

[C#]
public IAgBeerBouguerLambertLawLayerCollection CreateEvenlySpacedLayers(
int layerCount,
double maxAltitude
);

[Managed C++]
public: IAgBeerBouguerLambertLawLayerCollection^ CreateEvenlySpacedLayers(
int layerCount,
double maxAltitude
);

[Java]
public IAgBeerBouguerLambertLawLayerCollection createEvenlySpacedLayers(
ppInteger layerCount,
double maxAltitude
);

[Unmanaged C++]
public: HRESULT CreateEvenlySpacedLayers(
int layerCount,
double maxAltitude,
IAgBeerBouguerLambertLawLayerCollection ** ReturnValue
);

Parameters

layerCount
maxAltitude

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1