AGI STK Objects 11 Send comments on this topic.
History Property (IAgVeGfxAttributesRealtime)
See Also 
Windows






Windows & Linux

Description

Get the historical data, consisting of all data points received from the time of the most current data point back to the last point within the look behind duration.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property History() As IAgVeGfxAttributesBasic

[C#]
public IAgVeGfxAttributesBasic History {get;}

[Managed C++]
public: __property IAgVeGfxAttributesBasic^ get_History();

[Unmanaged C++]
public: HRESULT get_History(
IAgVeGfxAttributesBasic ** ppRetVal
);

[Java]
public IAgVeGfxAttributesBasic getHistory();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface