AGI STK Objects 11 Send comments on this topic.
InterpolateAcrossBoundaries Property (IAgVePropagatorSP3)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolateAcrossBoundaries() As Boolean

[C#]
public bool InterpolateAcrossBoundaries {get; set;}

[Managed C++]
public: __property bool get_InterpolateAcrossBoundaries();
public: __property void set_InterpolateAcrossBoundaries(
bool
);

[Unmanaged C++]
public: HRESULT get_InterpolateAcrossBoundaries(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InterpolateAcrossBoundaries(
VARIANT_BOOL NewInterpolateAcrossBoundaries
);

[Java]
public bool getInterpolateAcrossBoundaries();public void setInterpolateAcrossBoundaries(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1