AGI STK Objects 11 Send comments on this topic.
LookAhead Property (IAgVeDuration)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LookAhead() As Double

[C#]
public double LookAhead {get; set;}

[Managed C++]
public: __property double get_LookAhead();
public: __property void set_LookAhead(
double
);

[Unmanaged C++]
public: HRESULT get_LookAhead(
double * pRetVal
);
public: HRESULT put_LookAhead(
double NewLookAhead
);

[Java]
public double getLookAhead();public void setLookAhead(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1