STK Vector Geometry ToolSend comments on this topic.
StopOffset Property (IAgCrdnCalcScalarIntegral)
See Also
Windows





Windows & Linux

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 StopOffset
);
[Java]
public double getStopOffset();
public void setStopOffset(
    double
);
[Python - STK API ]
@property
def StopOffset(self) -> float:

@StopOffset.setter
def StopOffset(self, StopOffset:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.