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





Windows & Linux

Description

Get the minimum absolute altitude.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.