AGI STK Astrogator 11 Send comments on this topic.
ArgOfPeriapsis Property (IAgVACbEphemerisAnalyticOrbit)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArgOfPeriapsis() As System.Object

[C#]
public System.Object ArgOfPeriapsis {get; set;}

[Managed C++]
public: __property VARIANT get_ArgOfPeriapsis();
public: __property void set_ArgOfPeriapsis(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_ArgOfPeriapsis(
VARIANT * pRetVal
);
public: HRESULT put_ArgOfPeriapsis(
VARIANT NewArgOfPeriapsis
);

[Java]
public Variant getArgOfPeriapsis();public void setArgOfPeriapsis(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface