STK ObjectsSend comments on this topic.
UseVOP Property (IAgVeIntegrator)
See Also
Windows





Windows & Linux

Description

Opt whether to use VOP, a variation of parameters in universal variables formulation of the equations of motion. Valid in combination with the RKF7(8) and Burlirsch-Stoer integration methods.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseVOP() As Boolean
[C#]
public bool UseVOP {get; set;}
[Managed C++]
public: __property bool get_UseVOP();
public: __property void set_UseVOP( bool );
[Unmanaged C++]
public: HRESULT get_UseVOP(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseVOP(
    VARIANT_BOOL UseVOP
);
[Java]
public bool getUseVOP();
public void setUseVOP(
    bool
);
[Python - STK API ]
@property
def UseVOP(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.