Gets or sets the angle at which the aircraft will climb from the procedure site to the departure point.
Read-write property
[Visual Basic .NET] |
---|
Public Property TakeoffClimbAngle() As System.Object |
[C#] |
---|
public System.Object TakeoffClimbAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_TakeoffClimbAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_TakeoffClimbAngle( VARIANT * pRetVal ); public: HRESULT put_TakeoffClimbAngle( VARIANT inVal ); |
[Java] |
---|
public AgVariant getTakeoffClimbAngle(); public void setTakeoffClimbAngle( AgVariant ); |