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