STK AviatorSend comments on this topic.
ElevationAngle Property (IAgAvtrBasicManeuverStrategyRelSpeedAlt)
See Also
Windows





Windows & Linux

Description

Gets or sets the goal elevation angle from the target to the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElevationAngle() As System.Object
[C#]
public System.Object ElevationAngle {get; set;}
[Managed C++]
public: __property VARIANT get_ElevationAngle();
public: __property void set_ElevationAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_ElevationAngle(
    VARIANT * pVal
);
public: HRESULT put_ElevationAngle(
    VARIANT newVal
);
[Java]
public AgVariant getElevationAngle();
public void setElevationAngle(
    AgVariant
);
[Python - STK API ]
@property
def ElevationAngle(self) -> typing.Any:

@ElevationAngle.setter
def ElevationAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.