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





Description

The 'safety' coefficent used to decrease step size if the error is too high. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_HighSafetyCoefficient();
public: __property void set_HighSafetyCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_HighSafetyCoefficient(
double * pRetVal
);
public: HRESULT put_HighSafetyCoefficient(
double NewHighSafetyCoefficient
);

[Java]
public double getHighSafetyCoefficient();public void setHighSafetyCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1