AGI STK Objects 11Send comments on this topic.
CreateUnevenlySpacedLayers Method (IAgLaserPropagationLossModelBeerBouguerLambertLaw)
See Also 
ppLayerHeights
Windows






Windows & Linux

Description

Clears any existing layers in the collection and creates unevenly spaced layers using the array of supplied layer top heights.

Syntax

[Visual Basic .NET]
Public Function CreateUnevenlySpacedLayers( _
   ByRef ppLayerHeights As System.Array _
) As IAgBeerBouguerLambertLawLayerCollection
[C#]
public IAgBeerBouguerLambertLawLayerCollection CreateUnevenlySpacedLayers(
   ref System.Array ppLayerHeights
);
[Managed C++]
public: IAgBeerBouguerLambertLawLayerCollection^ CreateUnevenlySpacedLayers(
   System::Array ^^ ppLayerHeights
);
[Java]
public IAgBeerBouguerLambertLawLayerCollection createUnevenlySpacedLayers(
   Object[] ppLayerHeights
);
[Unmanaged C++]
public: HRESULT CreateUnevenlySpacedLayers(
   SAFEARRAY ** ppLayerHeights,
   IAgBeerBouguerLambertLawLayerCollection ** ReturnValue
);

Parameters

ppLayerHeights

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.