STK ObjectsSend 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 * pVal
);
public: HRESULT put_ArgOfPerigee(
    double vArgOfPerigee
);
[Java]
public double getArgOfPerigee();
public void setArgOfPerigee(
    double
);
[Python - STK API ]
@property
def ArgOfPerigee(self) -> float:

@ArgOfPerigee.setter
def ArgOfPerigee(self, vArgOfPerigee:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.