AGI STK Objects 11Send comments on this topic.
RemoveEclipsingBody Method (IAgVeEclipsingBodies)
See Also 
EclipsingBody
Windows






Windows & Linux

Description

Removes an eclipsing body.

Syntax

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

Parameters

EclipsingBody

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.