Description
Specify whether to display a warning when a satellite orbit intersects the central body.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SatNoOrbitWarning() As Boolean
|
| [C#] |
|---|
public bool SatNoOrbitWarning {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_SatNoOrbitWarning(); public: __property void set_SatNoOrbitWarning(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SatNoOrbitWarning(
VARIANT_BOOL * pVal
);
public: HRESULT put_SatNoOrbitWarning(
VARIANT_BOOL SatNoOrbitWarning
);
|
| [Java] |
|---|
public bool getSatNoOrbitWarning();
public void setSatNoOrbitWarning(
bool
);
|
See Also