Whether to interpolate across file boundaries. If this option is set, STK will interpolate ephemeris steps according to the user-defined Step Size between the end of one SP3 file and the beginning of the next.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolateAcrossBoundaries() As Boolean |
[C#] |
---|
public bool InterpolateAcrossBoundaries {get; set;} |
[Managed C++] |
---|
public: __property bool get_InterpolateAcrossBoundaries(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolateAcrossBoundaries( VARIANT_BOOL * pVal ); public: HRESULT put_InterpolateAcrossBoundaries( VARIANT_BOOL InterpolateAcrossBoundaries ); |
[Java] |
---|
public bool getInterpolateAcrossBoundaries(); public void setInterpolateAcrossBoundaries( bool ); |