AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface