STK AstrogatorSend comments on this topic.
TimeConvergence Property (IAgVAAccessStoppingCondition)
See Also
Windows





Windows & Linux

Description

Gets or sets the time tolerance that is used by the access algorithms to determine the start times and stop times of access intervals. Uses Time dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeConvergence() As Double
[C#]
public double TimeConvergence {get; set;}
[Managed C++]
public: __property double get_TimeConvergence();
public: __property void set_TimeConvergence( double );
[Unmanaged C++]
public: HRESULT get_TimeConvergence(
    double * pVal
);
public: HRESULT put_TimeConvergence(
    double newVal
);
[Java]
public double getTimeConvergence();
public void setTimeConvergence(
    double
);
[Python - STK API ]
@property
def TimeConvergence(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.