Angle measured with origin at the center of the ellipse from the direction of perigee to a point on a circumscribing circle from which a line perpendicular to the SMA intersects the position of the satellite on the ellipse. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property EccentricAnomaly() As System.Object |
[C#] |
---|
public System.Object EccentricAnomaly {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_EccentricAnomaly(); |
[Unmanaged C++] |
---|
public: HRESULT get_EccentricAnomaly( VARIANT * pVal ); public: HRESULT put_EccentricAnomaly( VARIANT newVal ); |
[Java] |
---|
public AgVariant getEccentricAnomaly(); public void setEccentricAnomaly( AgVariant ); |