Adds the central body attitude definition in the clipboard to the central body.
[Visual Basic .NET] |
---|
Public Function PasteAttitude() As IAgVACbAttitude |
[C#] |
---|
public IAgVACbAttitude PasteAttitude(); |
[Managed C++] |
---|
public: IAgVACbAttitude ^ PasteAttitude(); |
[Unmanaged C++] |
---|
public: HRESULT PasteAttitude( IAgVACbAttitude ** ppCbAttitude ); |
[Java] |
---|
public IAgVACbAttitude pasteAttitude(); |
[Python - STK API ] |
---|
def PasteAttitude(self) -> "IAgVACbAttitude": |