Gets or sets the angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satellite's motion and in the orbit plane. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ArgOfPeriapsis() As System.Object |
[C#] |
---|
public System.Object ArgOfPeriapsis {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ArgOfPeriapsis(); |
[Unmanaged C++] |
---|
public: HRESULT get_ArgOfPeriapsis( VARIANT * pVal ); public: HRESULT put_ArgOfPeriapsis( VARIANT newVal ); |
[Java] |
---|
public AgVariant getArgOfPeriapsis(); public void setArgOfPeriapsis( AgVariant ); |