Description
The solar radius value to use in eclipse calculations. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SolarRadius() As Double
|
| [C#] |
|---|
public double SolarRadius {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_SolarRadius(); public: __property void set_SolarRadius(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SolarRadius(
double * pVal
);
public: HRESULT put_SolarRadius(
double InVal
);
|
| [Java] |
|---|
public double getSolarRadius();
public void setSolarRadius(
double
);
|
| [Python - STK API] |
|---|
@property
def SolarRadius(self) -> float:
@SolarRadius.setter
def SolarRadius(self, InVal:float) -> None:
|
See Also