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 _
) As 
[C#]
public void RemoveCentralBody(
    string CentralBody
);
[Managed C++]
public: void RemoveCentralBody(
    String __gc ^ CentralBody
);
[Java]
public void removeCentralBody(
    String CentralBody
);
[Unmanaged C++]
public: HRESULT RemoveCentralBody(
    BSTR CentralBody
);

Parameters

CentralBody

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.