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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface