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






Windows & Linux

Description

Value of Mean Anomaly: angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate. 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 * pVal
);
public: HRESULT put_Value(
    double vValue
);
[Java]
public double getValue();
public void setValue(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.