Description
The duration of one orbit, based on assumed two-body motion. Uses Time dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Period() As Double
|
| [C#] |
|---|
public double Period {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Period(); public: __property void set_Period(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Period(
double * pVal
);
public: HRESULT put_Period(
double InVal
);
|
| [Java] |
|---|
public double getPeriod();
public void setPeriod(
double
);
|
| [Python - STK API] |
|---|
@property
def Period(self) -> float:
@Period.setter
def Period(self, InVal:float) -> None:
|
See Also