Get the look ahead data, calculated on the basis of the last received data point.
Read-only property
[Visual Basic .NET] |
---|
Public Property LookAhead() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic LookAhead {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_LookAhead(); |
[Unmanaged C++] |
---|
public: HRESULT get_LookAhead( IAgVeGfxAttributesBasic ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getLookAhead(); |
[Python - STK API ] |
---|
@property def LookAhead(self) -> "IAgVeGfxAttributesBasic": |