STK ObjectsSend comments on this topic.
MaximumAltitude Property (IAgLaserAtmosphericLossModelBeerBouguerLambertLaw)
See Also
Windows





Windows & Linux

Description

Gets the maximum altitude of the atmosphere.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaximumAltitude() As Double
[C#]
public double MaximumAltitude {get;}
[Managed C++]
public: __property double get_MaximumAltitude();
[Unmanaged C++]
public: HRESULT get_MaximumAltitude(
    double * pVal
);
[Java]
public double getMaximumAltitude();
[Python - STK API ]
@property
def MaximumAltitude(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.