Removes a central body attitude type.
[Visual Basic .NET] |
---|
Public Sub RemoveAttitudeByName( _ ByVal AttitudeName As String _ ) |
[C#] |
---|
public void RemoveAttitudeByName( string AttitudeName ); |
[Managed C++] |
---|
public: void RemoveAttitudeByName( String __gc ^ AttitudeName ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveAttitudeByName( BSTR AttitudeName ); |
[Java] |
---|
public void removeAttitudeByName( String AttitudeName ); |
[Python - STK API ] |
---|
def RemoveAttitudeByName(self, AttitudeName:str) -> None: |
- AttitudeName