AGI STK Astrogator 11 Send comments on this topic.
EccentricityRate Property (IAgVACbEphemerisAnalyticOrbit)
See Also 





Description

The eccentricity rate of change. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_EccentricityRate();
public: __property void set_EccentricityRate(
double
);

[Unmanaged C++]
public: HRESULT get_EccentricityRate(
double * pRetVal
);
public: HRESULT put_EccentricityRate(
double NewEccentricityRate
);

[Java]
public double getEccentricityRate();public void setEccentricityRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1