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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1