AGI STK Astrogator 11 Send comments on this topic.
SecondSafetyCoefficient Property (IAgVABulirschStoerIntegrator)
See Also 





Description

The second safety coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_SecondSafetyCoefficient();
public: __property void set_SecondSafetyCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_SecondSafetyCoefficient(
double * pRetVal
);
public: HRESULT put_SecondSafetyCoefficient(
double NewSecondSafetyCoefficient
);

[Java]
public double getSecondSafetyCoefficient();public void setSecondSafetyCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1