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
);
|
See Also