AGI STK VGT 11 Send 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
);

[Java]
public  remove(
String CentralBodyName
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR CentralBodyName
);

Parameters

CentralBodyName
A central body name.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface