Set the offsets with respect to current time to define the start and stop of the sliding window, used when IntegrationWindowType is set to Sliding Window.
[Visual Basic .NET] |
---|
Public Sub SetOffsets( _ ByVal StartOffset As Double, _ ByVal StopOffset As Double _ ) |
[C#] |
---|
public void SetOffsets( double StartOffset, double StopOffset ); |
[Managed C++] |
---|
public: void SetOffsets( double StartOffset, double StopOffset ); |
[Unmanaged C++] |
---|
public: HRESULT SetOffsets( double StartOffset, double StopOffset ); |
[Java] |
---|
public void setOffsets( double StartOffset, double StopOffset ); |
[Python - STK API ] |
---|
def SetOffsets(self, StartOffset:float, StopOffset:float) -> None: |
- StartOffset
- StopOffset