AGI STK Objects 11Send comments on this topic.
RemoveCentralBody Method (IAgVeEclipseBodies)
See Also 
CentralBody
Windows






Windows & Linux

Description

Removes a central body.

Syntax

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

Parameters

CentralBody

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.