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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1