Description
The Earth's albedo. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EarthAlbedo() As Double
|
[C#] |
---|
public double EarthAlbedo {get; set;}
|
[Managed C++] |
---|
public: __property double get_EarthAlbedo(); public: __property void set_EarthAlbedo(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EarthAlbedo(
double * pVal
);
public: HRESULT put_EarthAlbedo(
double EarthAlbedo
);
|
[Java] |
---|
public double getEarthAlbedo();
public void setEarthAlbedo(
double
);
|
[Python - STK API] |
---|
@property
def EarthAlbedo(self) -> float:
@EarthAlbedo.setter
def EarthAlbedo(self, EarthAlbedo:float) -> None:
|
See Also