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 * pVal
);
public: HRESULT put_EccentricAnomaly(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getEccentricAnomaly();
public void setEccentricAnomaly(
AgVariant
);
|
[Python - STK API] |
---|
@property
def EccentricAnomaly(self) -> typing.Any:
@EccentricAnomaly.setter
def EccentricAnomaly(self, newVal:typing.Any) -> None:
|
See Also