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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1