Gets or sets the argument of periapsis; The angle measured in direction of the body's orbital motion, and in the orbit plane, from the ascending node to the periapsis of the orbit. 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 ); |