AGI STK Objects 11Send comments on this topic.
Value Property (IAgClassicalLocationEccentricAnomaly)
See Also 
Windows






Windows & Linux

Description

Value of Eccentric Anomaly: angle measured with origin at center of ellipse from direction of perigee to point on a circumscribing circle from which a line perpendicular to Semimajor Axis intersects position of satellite on ellipse. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As Double
[C#]
public double Value {get; set;}
[Managed C++]
public: __property double get_Value();
public: __property void set_Value(
   double
);
[Unmanaged C++]
public: HRESULT get_Value(
   double * pRetVal
);
public: HRESULT put_Value(
   double NewValue
);
[Java]
public double getValue();public void setValue(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.