Removes an eclipsing body.
[Visual Basic .NET] |
---|
Public Sub RemoveEclipsingBody( _ ByVal EclipsingBody As String _ ) |
[C#] |
---|
public void RemoveEclipsingBody( string EclipsingBody ); |
[Managed C++] |
---|
public: void RemoveEclipsingBody( String __gc ^ EclipsingBody ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveEclipsingBody( BSTR EclipsingBody ); |
[Java] |
---|
public void removeEclipsingBody( String EclipsingBody ); |
[Python - STK API ] |
---|
def RemoveEclipsingBody(self, EclipsingBody:str) -> None: |
- EclipsingBody