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





Description

Set the offset with respect to current time to define the stop of the sliding window, used when IntegrationWindowType is set to Sliding Window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopOffset() As Double

[C#]
public double StopOffset {get; set;}

[Managed C++]
public: __property double get_StopOffset();
public: __property void set_StopOffset(
double
);

[Unmanaged C++]
public: HRESULT get_StopOffset(
double * pRetVal
);
public: HRESULT put_StopOffset(
double NewStopOffset
);

[Java]
public double getStopOffset();public void setStopOffset(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1