Description
Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Orbit() As Double
|
| [C#] |
|---|
public double Orbit {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Orbit(); public: __property void set_Orbit(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Orbit(
double * pVal
);
public: HRESULT put_Orbit(
double Orbit
);
|
| [Java] |
|---|
public double getOrbit();
public void setOrbit(
double
);
|
| [Python - STK API] |
|---|
@property
def Orbit(self) -> float:
@Orbit.setter
def Orbit(self, Orbit:float) -> None:
|
See Also