STK AviatorSend comments on this topic.
AbsoluteAltitude Property (IAgAvtrBasicManeuverStrategyLTAHover)
See Also
Windows





Windows & Linux

Description

Gets or sets the absolute altitude for the Specify Altitude mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AbsoluteAltitude() As Double
[C#]
public double AbsoluteAltitude {get; set;}
[Managed C++]
public: __property double get_AbsoluteAltitude();
public: __property void set_AbsoluteAltitude( double );
[Unmanaged C++]
public: HRESULT get_AbsoluteAltitude(
    double * pVal
);
public: HRESULT put_AbsoluteAltitude(
    double newVal
);
[Java]
public double getAbsoluteAltitude();
public void setAbsoluteAltitude(
    double
);
[Python - STK API ]
@property
def AbsoluteAltitude(self) -> float:

@AbsoluteAltitude.setter
def AbsoluteAltitude(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.