AGI STK Astrogator 11 Send comments on this topic.
ArgOfPeriapsis Property (IAgVAElementKeplerian)
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 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 * pRetVal
);
public: HRESULT put_ArgOfPeriapsis(
VARIANT NewArgOfPeriapsis
);

[Java]
public Variant getArgOfPeriapsis();public void setArgOfPeriapsis(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface