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

Parameters

EclipsingBody

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.