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( IAgStkCentralBodyCollection ** ppRetVal ); |
[Java] |
---|
public IAgStkCentralBodyCollection getCentralBodies(); |
[Python - STK API ] |
---|
@property def CentralBodies(self) -> "IAgStkCentralBodyCollection": |