Retrograde, which has its singularity at an inclination of 0 deg. Posigrade, which has its singularity at an inclination of 180 deg.
Read-write property
[Visual Basic .NET] |
---|
Public Property Formulation() As AgEVAFormulation |
[C#] |
---|
public AgEVAFormulation Formulation {get; set;} |
[Managed C++] |
---|
public: __property AgEVAFormulation get_Formulation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Formulation( AgEVAFormulation * pVal ); public: HRESULT put_Formulation( AgEVAFormulation InVal ); |
[Java] |
---|
public AgEVAFormulation getFormulation(); public void setFormulation( AgEVAFormulation ); |
[Python - STK API ] |
---|
@property def Formulation(self) -> "AgEVAFormulation": @Formulation.setter def Formulation(self, InVal:"AgEVAFormulation") -> None: |