AGI STK Objects 11 Send comments on this topic.
ArgOfPerigee Property (IAgVeSGP4Segment)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1