STK AstrogatorSend comments on this topic.
TrueAnomaly Property (IAgVAElementKeplerian)
See Also
Windows





Windows & Linux

Description

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.

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 * pVal
);
public: HRESULT put_TrueAnomaly(
    VARIANT newVal
);
[Java]
public AgVariant getTrueAnomaly();
public void setTrueAnomaly(
    AgVariant
);
[Python - STK API ]
@property
def TrueAnomaly(self) -> typing.Any:

@TrueAnomaly.setter
def TrueAnomaly(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.