STK ObjectsSend comments on this topic.
LookAhead Property (IAgVeGfxAttributesRealtime)
See Also
Windows





Windows & Linux

Description

Get the look ahead data, calculated on the basis of the last received data point.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.