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






Windows & Linux

Description

P/Q collectively describe the orientation of the satellite's orbit plane. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Q() As Double
[C#]
public double Q {get; set;}
[Managed C++]
public: __property double get_Q();
public: __property void set_Q( double );
[Unmanaged C++]
public: HRESULT get_Q(
    double * pVal
);
public: HRESULT put_Q(
    double val
);
[Java]
public double getQ();
public void setQ(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.