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





Windows & Linux

Description

Gets or sets 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 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.