STK ObjectsSend comments on this topic.
MeanMotion Property (IAgClassicalSizeShapeMeanMotion)
See Also
Windows





Windows & Linux

Description

Identifies the number of orbits per day (86400 sec/period), based on assumed two-body motion. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanMotion() As Double
[C#]
public double MeanMotion {get; set;}
[Managed C++]
public: __property double get_MeanMotion();
public: __property void set_MeanMotion( double );
[Unmanaged C++]
public: HRESULT get_MeanMotion(
    double * pVal
);
public: HRESULT put_MeanMotion(
    double vMeanMotion
);
[Java]
public double getMeanMotion();
public void setMeanMotion(
    double
);
[Python - STK API ]
@property
def MeanMotion(self) -> float:

@MeanMotion.setter
def MeanMotion(self, vMeanMotion:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.