Copies a central body attitude definition to the clipboard and removes it from the central body.
[Visual Basic .NET] |
---|
Public Sub CutAttitudeByName( _ ByVal AttitudeName As String _ ) |
[C#] |
---|
public void CutAttitudeByName( string AttitudeName ); |
[Managed C++] |
---|
public: void CutAttitudeByName( String __gc ^ AttitudeName ); |
[Unmanaged C++] |
---|
public: HRESULT CutAttitudeByName( BSTR AttitudeName ); |
[Java] |
---|
public void cutAttitudeByName( String AttitudeName ); |
[Python - STK API ] |
---|
def CutAttitudeByName(self, AttitudeName:str) -> None: |
- AttitudeName