AGI STK Objects 11Send comments on this topic.
LookAheadMethod Property (IAgVeAttitudeRealTime)
See Also 
Windows






Windows & Linux

Description

Look ahead method can be extrapolate or hold.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LookAheadMethod() As AgEVeLookAheadMethod
[C#]
public AgEVeLookAheadMethod LookAheadMethod {get; set;}
[Managed C++]
public: __property AgEVeLookAheadMethod get_LookAheadMethod();
public: __property void set_LookAheadMethod(
   AgEVeLookAheadMethod
);
[Unmanaged C++]
public: HRESULT get_LookAheadMethod(
   AgEVeLookAheadMethod * pRetVal
);
public: HRESULT put_LookAheadMethod(
   AgEVeLookAheadMethod NewLookAheadMethod
);
[Java]
public AgEVeLookAheadMethod getLookAheadMethod();public void setLookAheadMethod(
   AgEVeLookAheadMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.