Look ahead method can be extrapolate or hold.
Read-write property
[Visual Basic .NET] |
---|
Public Property LookAheadMethod() As AgEVeLookAheadMethod |
[C#] |
---|
public AgEVeLookAheadMethod LookAheadMethod {get; set;} |
[Managed C++] |
---|
public: __property AgEVeLookAheadMethod get_LookAheadMethod(); |
[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: |