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






Windows & Linux

Description

First time derivative of mean motion. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanMotionDot() As Double
[C#]
public double MeanMotionDot {get; set;}
[Managed C++]
public: __property double get_MeanMotionDot();
public: __property void set_MeanMotionDot( double );
[Unmanaged C++]
public: HRESULT get_MeanMotionDot(
    double * pVal
);
public: HRESULT put_MeanMotionDot(
    double MMD
);
[Java]
public double getMeanMotionDot();
public void setMeanMotionDot(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.