AGI STK Astrogator 11 Send comments on this topic.
TrueAnomaly Property (IAgVAElementModifiedKeplerian)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrueAnomaly() As System.Object

[C#]
public System.Object TrueAnomaly {get; set;}

[Managed C++]
public: __property VARIANT get_TrueAnomaly();
public: __property void set_TrueAnomaly(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_TrueAnomaly(
VARIANT * pRetVal
);
public: HRESULT put_TrueAnomaly(
VARIANT NewTrueAnomaly
);

[Java]
public Variant getTrueAnomaly();public void setTrueAnomaly(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1