STK AviatorSend comments on this topic.
AutoRecalculate Property (IAgAvtrPropagator)
See Also
Windows





Windows & Linux

Description

Opt whether to have the propagator auto recalculate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoRecalculate() As Boolean
[C#]
public bool AutoRecalculate {get; set;}
[Managed C++]
public: __property bool get_AutoRecalculate();
public: __property void set_AutoRecalculate( bool );
[Unmanaged C++]
public: HRESULT get_AutoRecalculate(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoRecalculate(
    VARIANT_BOOL vbAutoRecalc
);
[Java]
public bool getAutoRecalculate();
public void setAutoRecalculate(
    bool
);
[Python - STK API ]
@property
def AutoRecalculate(self) -> bool:

@AutoRecalculate.setter
def AutoRecalculate(self, vbAutoRecalc:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.