Look ahead duration: STK calculates attitude at a future point in time defined by adding the look ahead duration to the time of the most current data point. Uses Time Dimension. Valid value is between 1.0 and 1000000.0 seconds.
Read-write property
[Visual Basic .NET] |
---|
Public Property LookAhead() As Double |
[C#] |
---|
public double LookAhead {get; set;} |
[Managed C++] |
---|
public: __property double get_LookAhead(); |
[Unmanaged C++] |
---|
public: HRESULT get_LookAhead( double * pVal ); public: HRESULT put_LookAhead( double LookAhead ); |
[Java] |
---|
public double getLookAhead(); public void setLookAhead( double ); |