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






Windows & Linux

Description

Second time derivative of mean motion. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MotionDotDot() As Double
[C#]
public double MotionDotDot {get; set;}
[Managed C++]
public: __property double get_MotionDotDot();
public: __property void set_MotionDotDot(
   double
);
[Unmanaged C++]
public: HRESULT get_MotionDotDot(
   double * pRetVal
);
public: HRESULT put_MotionDotDot(
   double NewMotionDotDot
);
[Java]
public double getMotionDotDot();
public void setMotionDotDot(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.