AGI STK VGT 11 Send comments on this topic.
Remove Method (IAgCrdnCentralBodyCollection)
See Also 
CentralBodyName
A central body name.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1