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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1