STK AstrogatorSend comments on this topic.
CutEphemerisByName Method (IAgVACentralBody)
See Also
EphemerisName
Windows





Windows & Linux

Description

Copies a central body ephemeris definition to the clipboard and removes it from the central body

Syntax

[Visual Basic .NET]
Public Sub CutEphemerisByName( _
    ByVal EphemerisName As String _
)
[C#]
public void CutEphemerisByName(
    string EphemerisName
);
[Managed C++]
public: void CutEphemerisByName(
    String __gc ^ EphemerisName
);
[Unmanaged C++]
public: HRESULT CutEphemerisByName(
    BSTR EphemerisName
);
[Java]
public void cutEphemerisByName(
    String EphemerisName
);
[Python - STK API ]
def CutEphemerisByName(self, EphemerisName:str) -> None:

Parameters

EphemerisName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.