STK ObjectsSend comments on this topic.
CentralBodies Property (IAgStkObjectRoot)
See Also
Windows





Windows & Linux

Description

Returns a collection of available central bodies.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.