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