STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT RemoveCentralBody(
    BSTR CentralBody
);
[Java]
public void removeCentralBody(
    String CentralBody
);
[Python - STK API ]
def RemoveCentralBody(self, CentralBody:str) -> None:

Parameters

CentralBody

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.