Description
H/K collectively describe the shape of the satellite's orbit and the position of perigee. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property K() As Double
|
| [C#] |
|---|
public double K {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_K(); public: __property void set_K(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_K(
double * pVal
);
public: HRESULT put_K(
double val
);
|
| [Java] |
|---|
public double getK();
public void setK(
double
);
|
| [Python - STK API] |
|---|
@property
def K(self) -> float:
@K.setter
def K(self, val:float) -> None:
|
See Also