Description
Angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satellite's motion. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ArgOfPerigee() As System.Object
|
| [C#] |
|---|
public System.Object ArgOfPerigee {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_ArgOfPerigee(); public: __property void set_ArgOfPerigee(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ArgOfPerigee(
VARIANT * pVal
);
public: HRESULT put_ArgOfPerigee(
VARIANT AOP
);
|
| [Java] |
|---|
public VARIANT getArgOfPerigee();
public void setArgOfPerigee(
VARIANT
);
|
See Also