AGI STK Objects 11 Send comments on this topic.
ArgOfPerigee Property (IAgClassicalOrientation)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArgOfPerigee() As Double

[C#]
public double ArgOfPerigee {get; set;}

[Managed C++]
public: __property double get_ArgOfPerigee();
public: __property void set_ArgOfPerigee(
double
);

[Unmanaged C++]
public: HRESULT get_ArgOfPerigee(
double * pRetVal
);
public: HRESULT put_ArgOfPerigee(
double NewArgOfPerigee
);

[Java]
public double getArgOfPerigee();public void setArgOfPerigee(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface