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






Windows & Linux

Description

The 'safety' coefficent used to increase step size if the error is too low. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LowSafetyCoefficient();
public: __property void set_LowSafetyCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_LowSafetyCoefficient(
double * pRetVal
);
public: HRESULT put_LowSafetyCoefficient(
double NewLowSafetyCoefficient
);

[Java]
public double getLowSafetyCoefficient();public void setLowSafetyCoefficient(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface