STK AviatorSend comments on this topic.
MaxTransitionPitchAngle Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum pitch angle of the flight path when transitioning between forward flight and hovering.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxTransitionPitchAngle() As System.Object
[C#]
public System.Object MaxTransitionPitchAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MaxTransitionPitchAngle();
public: __property void set_MaxTransitionPitchAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxTransitionPitchAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxTransitionPitchAngle(
    VARIANT newVal
);
[Java]
public AgVariant getMaxTransitionPitchAngle();
public void setMaxTransitionPitchAngle(
    AgVariant
);
[Python - STK API ]
@property
def MaxTransitionPitchAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.