Look behind duration: specifies how long the temporary data points are to be stored by subtracting the look behind duration from the time of the most current data point. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LookBehind() As Double |
[C#] |
---|
public double LookBehind {get; set;} |
[Managed C++] |
---|
public: __property double get_LookBehind(); |
[Unmanaged C++] |
---|
public: HRESULT get_LookBehind( double * pVal ); public: HRESULT put_LookBehind( double LookBehind ); |
[Java] |
---|
public double getLookBehind(); public void setLookBehind( double ); |