AGI STK Objects 11 Send comments on this topic.
P Property (IAgOrbitStateEquinoctial)
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 * pRetVal
);
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