AGI STK Astrogator 11 Send comments on this topic.
MaxRelErr Property (IAgVARK2nd3rd)
See Also 





Description

The maximum relative error used to control step size. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRelErr() As Double

[C#]
public double MaxRelErr {get; set;}

[Managed C++]
public: __property double get_MaxRelErr();
public: __property void set_MaxRelErr(
double
);

[Unmanaged C++]
public: HRESULT get_MaxRelErr(
double * pRetVal
);
public: HRESULT put_MaxRelErr(
double NewMaxRelErr
);

[Java]
public double getMaxRelErr();public void setMaxRelErr(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1