STK ObjectsSend 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 * pVal
);
public: HRESULT put_LookAheadMethod(
    AgEVeLookAheadMethod LookAheadMethod
);
[Java]
public AgEVeLookAheadMethod getLookAheadMethod();
public void setLookAheadMethod(
    AgEVeLookAheadMethod
);
[Python - STK API ]
@property
def LookAheadMethod(self) -> "AgEVeLookAheadMethod":

@LookAheadMethod.setter
def LookAheadMethod(self, LookAheadMethod:"AgEVeLookAheadMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.