Description
Opt whether to use osculating altitude, which uses a short period variation due to J2 perturbations when calculating altitude.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseOsculatingAlt() As Boolean
|
| [C#] |
|---|
public bool UseOsculatingAlt {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseOsculatingAlt(); public: __property void set_UseOsculatingAlt( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseOsculatingAlt( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseOsculatingAlt( VARIANT_BOOL NewUseOsculatingAlt );
|
| [Java] |
|---|
public bool getUseOsculatingAlt();public void setUseOsculatingAlt( bool );
|
See Also