STK ObjectsSend comments on this topic.
LookAhead Property (IAgVeDuration)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_LookAhead(
    double LookAhead
);
[Java]
public double getLookAhead();
public void setLookAhead(
    double
);
[Python - STK API ]
@property
def LookAhead(self) -> float:

@LookAhead.setter
def LookAhead(self, LookAhead:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.