Adds the central body shape in the clipboard to the central body.
[Visual Basic .NET] |
---|
Public Function PasteShape() As IAgVACbShape |
[C#] |
---|
public IAgVACbShape PasteShape(); |
[Managed C++] |
---|
public: IAgVACbShape ^ PasteShape(); |
[Unmanaged C++] |
---|
public: HRESULT PasteShape( IAgVACbShape ** ppCbShape ); |
[Java] |
---|
public IAgVACbShape pasteShape(); |
[Python - STK API ] |
---|
def PasteShape(self) -> "IAgVACbShape": |