Sets the attitude control type.
[Visual Basic .NET] |
---|
Public Sub SetAttitudeControlType( _ ByVal AttitudeControlType As AgEVAAttitudeControl _ ) |
[C#] |
---|
public void SetAttitudeControlType( AgEVAAttitudeControl AttitudeControlType ); |
[Managed C++] |
---|
public: void SetAttitudeControlType( AgEVAAttitudeControl AttitudeControlType ); |
[Unmanaged C++] |
---|
public: HRESULT SetAttitudeControlType( AgEVAAttitudeControl AttitudeControlType ); |
[Java] |
---|
public void setAttitudeControlType( AgEVAAttitudeControl AttitudeControlType ); |
[Python - STK API ] |
---|
def SetAttitudeControlType(self, AttitudeControlType:"AgEVAAttitudeControl") -> None: |
- AttitudeControlType