Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property LookBehind() As Double
|
[C#] |
public double LookBehind {get; set;}
|
[Managed C++] |
public: __property double get_LookBehind();
public: __property void set_LookBehind(
double
);
|
[Unmanaged C++] |
public: HRESULT get_LookBehind(
double * pRetVal
);
public: HRESULT put_LookBehind(
double NewLookBehind
);
|
[Java] |
public double getLookBehind();public void setLookBehind(
double
);
|
See Also