AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_ArgOfPerigee(
VARIANT NewArgOfPerigee
);

[Java]
public Variant getArgOfPerigee();public void setArgOfPerigee(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface