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





Description

Extrapolate 1 step beyond last data point. If this option is selected, STK will calculate an additional ephemeris step beyond the last data point provided by the SP3 file(s) assigned to the satellite.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_Extrapolate1PastEnd();
public: __property void set_Extrapolate1PastEnd(
bool
);

[Unmanaged C++]
public: HRESULT get_Extrapolate1PastEnd(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Extrapolate1PastEnd(
VARIANT_BOOL NewExtrapolate1PastEnd
);

[Java]
public bool getExtrapolate1PastEnd();public void setExtrapolate1PastEnd(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1