STK ObjectsSend comments on this topic.
CreateUnevenlySpacedLayers Method (IAgLaserAtmosphericLossModelBeerBouguerLambertLaw)
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( _
    ByVal ppLayerHeights As System.Array _
) As IAgBeerBouguerLambertLawLayerCollection
[C#]
public IAgBeerBouguerLambertLawLayerCollection CreateUnevenlySpacedLayers(
    System.Array ppLayerHeights
);
[Managed C++]
public: IAgBeerBouguerLambertLawLayerCollection^ CreateUnevenlySpacedLayers(
    System::Array ^ ppLayerHeights
);
[Unmanaged C++]
public: HRESULT CreateUnevenlySpacedLayers(
    SAFEARRAY * * ppLayerHeights,
    IAgBeerBouguerLambertLawLayerCollection ** ppRetVal
);
[Java]
public IAgBeerBouguerLambertLawLayerCollection createUnevenlySpacedLayers(
    AgSafeArray ppLayerHeights
);
[Python - STK API ]
def CreateUnevenlySpacedLayers(self, ppLayerHeights:list) -> "IAgBeerBouguerLambertLawLayerCollection":

Parameters

ppLayerHeights

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.