STK AstrogatorSend comments on this topic.
ArgOfPeriapsis Property (IAgVACbEphemerisAnalyticOrbit)
See Also
Windows





Windows & Linux

Description

Gets or sets the argument of periapsis; The angle measured in direction of the body's orbital motion, and in the orbit plane, from the ascending node to the periapsis of the orbit. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArgOfPeriapsis() As System.Object
[C#]
public System.Object ArgOfPeriapsis {get; set;}
[Managed C++]
public: __property VARIANT get_ArgOfPeriapsis();
public: __property void set_ArgOfPeriapsis( VARIANT );
[Unmanaged C++]
public: HRESULT get_ArgOfPeriapsis(
    VARIANT * pVal
);
public: HRESULT put_ArgOfPeriapsis(
    VARIANT newVal
);
[Java]
public AgVariant getArgOfPeriapsis();
public void setArgOfPeriapsis(
    AgVariant
);
[Python - STK API ]
@property
def ArgOfPeriapsis(self) -> typing.Any:

@ArgOfPeriapsis.setter
def ArgOfPeriapsis(self, newVal:typing.Any) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.