AGI STK Astrogator 11 Send comments on this topic.
q Property (IAgVAElementEquinoctial)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1