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