STK AviatorSend comments on this topic.
ManeuverMode Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode that the missile will adhere to the specified load factor. Scale by atmospheric density will cause the missile to consider dynamic pressure when calculating turn radius.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ManeuverMode() As AgEAvtrAccelManeuverMode
[C#]
public AgEAvtrAccelManeuverMode ManeuverMode {get; set;}
[Managed C++]
public: __property AgEAvtrAccelManeuverMode get_ManeuverMode();
public: __property void set_ManeuverMode( AgEAvtrAccelManeuverMode );
[Unmanaged C++]
public: HRESULT get_ManeuverMode(
    AgEAvtrAccelManeuverMode * pVal
);
public: HRESULT put_ManeuverMode(
    AgEAvtrAccelManeuverMode newVal
);
[Java]
public AgEAvtrAccelManeuverMode getManeuverMode();
public void setManeuverMode(
    AgEAvtrAccelManeuverMode
);
[Python - STK API ]
@property
def ManeuverMode(self) -> "AgEAvtrAccelManeuverMode":

@ManeuverMode.setter
def ManeuverMode(self, newVal:"AgEAvtrAccelManeuverMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.