Set the offset with respect to current time to define the stop of the sliding window, used when over time volume is set to Sliding Window.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopOffset() As Double |
[C#] |
---|
public double StopOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_StopOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopOffset( double * pRetVal ); public: HRESULT put_StopOffset( double StopOffset ); |
[Java] |
---|
public double getStopOffset(); public void setStopOffset( double ); |