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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface