Remove a Central Body Obstruction by Name.
[Visual Basic .NET] |
---|
Public Sub RemoveObstruction( _ ByVal Obstruction As String _ ) |
[C#] |
---|
public void RemoveObstruction( string Obstruction ); |
[Managed C++] |
---|
public: void RemoveObstruction( String __gc ^ Obstruction ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveObstruction( BSTR Obstruction ); |
[Java] |
---|
public void removeObstruction( String Obstruction ); |
[Python - STK API ] |
---|
def RemoveObstruction(self, Obstruction:str) -> None: |
- Obstruction