STK ObjectsSend comments on this topic.
ArgOfPerigee Property (IAgVeSGP4Segment)
See Also
Windows





Windows & Linux

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 AgVariant getArgOfPerigee();
public void setArgOfPerigee(
    AgVariant
);
[Python - STK API ]
@property
def ArgOfPerigee(self) -> typing.Any:

@ArgOfPerigee.setter
def ArgOfPerigee(self, AOP:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.