STK AviatorSend comments on this topic.
MaxAbsoluteAltitude Property (IAgAvtrBasicManeuverStrategyRelativeFPA)
See Also
Windows





Windows & Linux

Description

Get the maximum absolute altitude.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.