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





Windows & Linux

Description

Gets or sets the maximum pitch angle of the rotorcraft's flight path while descending.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxDescentAngle() As System.Object
[C#]
public System.Object MaxDescentAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MaxDescentAngle();
public: __property void set_MaxDescentAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxDescentAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxDescentAngle(
    VARIANT newVal
);
[Java]
public AgVariant getMaxDescentAngle();
public void setMaxDescentAngle(
    AgVariant
);
[Python - STK API ]
@property
def MaxDescentAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.