STK AviatorSend comments on this topic.
AttitudeMode Property (IAgAvtrProcedureLaunchDynState)
See Also
Windows





Windows & Linux

Description

Gets or sets the attitude mode during the launch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttitudeMode() As AgEAvtrLaunchAttitudeMode
[C#]
public AgEAvtrLaunchAttitudeMode AttitudeMode {get; set;}
[Managed C++]
public: __property AgEAvtrLaunchAttitudeMode get_AttitudeMode();
public: __property void set_AttitudeMode( AgEAvtrLaunchAttitudeMode );
[Unmanaged C++]
public: HRESULT get_AttitudeMode(
    AgEAvtrLaunchAttitudeMode * pVal
);
public: HRESULT put_AttitudeMode(
    AgEAvtrLaunchAttitudeMode newVal
);
[Java]
public AgEAvtrLaunchAttitudeMode getAttitudeMode();
public void setAttitudeMode(
    AgEAvtrLaunchAttitudeMode
);
[Python - STK API ]
@property
def AttitudeMode(self) -> "AgEAvtrLaunchAttitudeMode":

@AttitudeMode.setter
def AttitudeMode(self, newVal:"AgEAvtrLaunchAttitudeMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.