AGI STK VGT 11Send comments on this topic.
SetOffsets Method (IAgCrdnCalcScalarIntegral)
See Also 
StartOffset
StopOffset
Windows






Windows & Linux

Description

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.

Syntax

[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
);
[Java]
public  setOffsets(
   double StartOffset,
   double StopOffset
);
[Unmanaged C++]
public: HRESULT SetOffsets(
   double StartOffset,
   double StopOffset
);

Parameters

StartOffset
StopOffset

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.