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





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 * pRetVal
);
public: HRESULT put_MeanMotionDot(
double NewMeanMotionDot
);

[Java]
public double getMeanMotionDot();public void setMeanMotionDot(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1