Gets or sets the angle from the eccentricity vector (points toward perigee) to the satellite position vector, measured in the direction of satellite motion and in the orbit plane. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property TrueAnomaly() As System.Object |
[C#] |
---|
public System.Object TrueAnomaly {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_TrueAnomaly(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrueAnomaly( VARIANT * pVal ); public: HRESULT put_TrueAnomaly( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTrueAnomaly(); public void setTrueAnomaly( AgVariant ); |