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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1