Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property EccentricAnomaly() As System.Object
|
| [C#] |
public System.Object EccentricAnomaly {get; set;}
|
| [Managed C++] |
public: __property VARIANT get_EccentricAnomaly();
public: __property void set_EccentricAnomaly(
VARIANT
);
|
| [Unmanaged C++] |
public: HRESULT get_EccentricAnomaly(
VARIANT * pRetVal
);
public: HRESULT put_EccentricAnomaly(
VARIANT NewEccentricAnomaly
);
|
| [Java] |
public Variant getEccentricAnomaly();public void setEccentricAnomaly(
Variant
);
|
See Also