STK AstrogatorSend comments on this topic.
TimeDelayConvergenceTolerance Property (IAgVAStateCalcOnePtAccess)
See Also
Windows





Windows & Linux

Description

Gets or sets the time delay convergence tolerance, if light time delay is applied. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeDelayConvergenceTolerance() As Double
[C#]
public double TimeDelayConvergenceTolerance {get; set;}
[Managed C++]
public: __property double get_TimeDelayConvergenceTolerance();
public: __property void set_TimeDelayConvergenceTolerance( double );
[Unmanaged C++]
public: HRESULT get_TimeDelayConvergenceTolerance(
    double * pVal
);
public: HRESULT put_TimeDelayConvergenceTolerance(
    double InVal
);
[Java]
public double getTimeDelayConvergenceTolerance();
public void setTimeDelayConvergenceTolerance(
    double
);
[Python - STK API ]
@property
def TimeDelayConvergenceTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.