Used for ephemeris measurement processing. Character string identifying the name of the central body.
Read-write property
[Visual Basic .NET] |
---|
Public Property EphCentralBody() As String |
[C#] |
---|
public string EphCentralBody {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_EphCentralBody(); |
[Unmanaged C++] |
---|
public: HRESULT get_EphCentralBody( BSTR * pVal ); public: HRESULT put_EphCentralBody( BSTR newVal ); |
[Java] |
---|
public String getEphCentralBody(); public void setEphCentralBody( String ); |