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