The Inertial system at the Sun's barycenter.
Read-only property
[Visual Basic .NET] |
---|
Public Property Barycenter() As IAgCrdnSystem |
[C#] |
---|
public IAgCrdnSystem Barycenter {get;} |
[Managed C++] |
---|
public: __property IAgCrdnSystem ^ get_Barycenter(); |
[Unmanaged C++] |
---|
public: HRESULT get_Barycenter( IAgCrdnSystem ** ppRetVal ); |
[Java] |
---|
public IAgCrdnSystem getBarycenter(); |
[Python - STK API ] |
---|
@property def Barycenter(self) -> "IAgCrdnSystem": |