STK AstrogatorSend comments on this topic.
UseRegularizedTime Property (IAgVANumericalPropagatorWrapper)
See Also
Windows





Windows & Linux

Description

Whether or not to use regularized time; related to numerical integrator.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRegularizedTime() As Boolean
[C#]
public bool UseRegularizedTime {get; set;}
[Managed C++]
public: __property bool get_UseRegularizedTime();
public: __property void set_UseRegularizedTime( bool );
[Unmanaged C++]
public: HRESULT get_UseRegularizedTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseRegularizedTime(
    VARIANT_BOOL InVal
);
[Java]
public bool getUseRegularizedTime();
public void setUseRegularizedTime(
    bool
);
[Python - STK API ]
@property
def UseRegularizedTime(self) -> bool:

@UseRegularizedTime.setter
def UseRegularizedTime(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.