Sets a new central body using specified path.
[Visual Basic .NET] |
---|
Public Sub SetPath( _ ByVal Path As String _ ) |
[C#] |
---|
public void SetPath( string Path ); |
[Managed C++] |
---|
public: void SetPath( String __gc ^ Path ); |
[Unmanaged C++] |
---|
public: HRESULT SetPath( BSTR Path ); |
[Java] |
---|
public void setPath( String Path ); |
[Python - STK API ] |
---|
def SetPath(self, Path:str) -> None: |
- Path
- Specify a valid central body name (i.e.Earth, Sun, etc.).