Specify multiple secondary central bodies.
Read-only property
[Visual Basic .NET] |
---|
Public Property SecondaryCentralBodies() As IAgCrdnCentralBodyCollection |
[C#] |
---|
public IAgCrdnCentralBodyCollection SecondaryCentralBodies {get;} |
[Managed C++] |
---|
public: __property IAgCrdnCentralBodyCollection ^ get_SecondaryCentralBodies(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondaryCentralBodies( IAgCrdnCentralBodyCollection ** ppRetVal ); |
[Java] |
---|
public IAgCrdnCentralBodyCollection getSecondaryCentralBodies(); |
[Python - STK API ] |
---|
@property def SecondaryCentralBodies(self) -> "IAgCrdnCentralBodyCollection": |