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





Description

Retrograde, which has its singularity at an inclination of 0 deg. Posigrade, which has its singularity at an inclination of 180 deg.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Formulation() As AgEVAFormulation

[C#]
public AgEVAFormulation Formulation {get; set;}

[Managed C++]
public: __property AgEVAFormulation get_Formulation();
public: __property void set_Formulation(
AgEVAFormulation
);

[Unmanaged C++]
public: HRESULT get_Formulation(
AgEVAFormulation * pRetVal
);
public: HRESULT put_Formulation(
AgEVAFormulation NewFormulation
);

[Java]
public AgEVAFormulation getFormulation();public void setFormulation(
AgEVAFormulation
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1