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.
Read-only property
[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 ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getHistory(); |
[Python - STK API ] |
---|
@property def History(self) -> "IAgVeGfxAttributesBasic": |