STK Vector Geometry ToolSend 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
);
[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:

Parameters

StartOffset
StopOffset

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.