AGI STK Astrogator 11 Send comments on this topic.
p 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 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1