Returns a collection of available central
bodies.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property CentralBodies() As IAgStkCentralBodyCollection
|
| [C#] |
|---|
public IAgStkCentralBodyCollection CentralBodies {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkCentralBodyCollection^ get_CentralBodies();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CentralBodies(
|
| [Java] |
|---|
public IAgStkCentralBodyCollection getCentralBodies();
|