Whether to use SGP4 1Point Interpolation.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseSGP4OnePtInterpolation() As Boolean |
[C#] |
---|
public bool UseSGP4OnePtInterpolation {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseSGP4OnePtInterpolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseSGP4OnePtInterpolation( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseSGP4OnePtInterpolation( VARIANT_BOOL Interpolation ); |
[Java] |
---|
public bool getUseSGP4OnePtInterpolation(); public void setUseSGP4OnePtInterpolation( bool ); |