Description
Returns a warning message if the Ephemeris source and the gravity are not compatible
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EphemerisSourceWarning() As String
|
| [C#] |
|---|
public string EphemerisSourceWarning {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_EphemerisSourceWarning();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EphemerisSourceWarning(
BSTR * pVal
);
|
| [Java] |
|---|
public String getEphemerisSourceWarning();
|
| [Python - STK API] |
|---|
@property
def EphemerisSourceWarning(self) -> str:
|
See Also