AGI STK Astrogator 11Send comments on this topic.
q Property (IAgVAElementEquinoctial)
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 * pRetVal
);
public: HRESULT put_q(
   double Newq
);
[Java]
public double getq();public void setq(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.