STK ObjectsSend comments on this topic.
MeanAnomaly Property (IAgVeSGP4Segment)
See Also
Windows





Windows & Linux

Description

Angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanAnomaly() As System.Object
[C#]
public System.Object MeanAnomaly {get; set;}
[Managed C++]
public: __property VARIANT get_MeanAnomaly();
public: __property void set_MeanAnomaly( VARIANT );
[Unmanaged C++]
public: HRESULT get_MeanAnomaly(
    VARIANT * pVal
);
public: HRESULT put_MeanAnomaly(
    VARIANT MA
);
[Java]
public AgVariant getMeanAnomaly();
public void setMeanAnomaly(
    AgVariant
);
[Python - STK API ]
@property
def MeanAnomaly(self) -> typing.Any:

@MeanAnomaly.setter
def MeanAnomaly(self, MA:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.