STK AviatorSend comments on this topic.
TakeoffClimbAngle Property (IAgAvtrTakeoffDeparturePoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the angle at which the aircraft will climb from the procedure site to the departure point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffClimbAngle() As System.Object
[C#]
public System.Object TakeoffClimbAngle {get; set;}
[Managed C++]
public: __property VARIANT get_TakeoffClimbAngle();
public: __property void set_TakeoffClimbAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_TakeoffClimbAngle(
    VARIANT * pRetVal
);
public: HRESULT put_TakeoffClimbAngle(
    VARIANT inVal
);
[Java]
public AgVariant getTakeoffClimbAngle();
public void setTakeoffClimbAngle(
    AgVariant
);
[Python - STK API ]
@property
def TakeoffClimbAngle(self) -> typing.Any:

@TakeoffClimbAngle.setter
def TakeoffClimbAngle(self, inVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.