STK AstrogatorSend comments on this topic.
Formulation Property (IAgVAElementEquinoctial)
See Also
Windows





Windows & Linux

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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.