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