STK Vector Geometry ToolSend comments on this topic.
Remove Method (IAgCrdnCentralBodyCollection)
See Also
CentralBodyName
A central body name.
Windows





Windows & Linux

Description

Removes a central body with the specified name from the collection of the central bodies.

Syntax

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

Parameters

CentralBodyName
A central body name.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.