AGI STK Astrogator 11Send comments on this topic.
p 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 p() As Double
[C#]
public double p {get; set;}
[Managed C++]
public: __property double get_p();
public: __property void set_p(
   double
);
[Unmanaged C++]
public: HRESULT get_p(
   double * RetVal
);
public: HRESULT put_p(
   double Newp
);
[Java]
public double getp();public void setp(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.