AGI STK Objects 11Send comments on this topic.
EarthAlbedo Property (IAgVeSpEnvVehTemperature)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_EarthAlbedo(
   double NewEarthAlbedo
);
[Java]
public double getEarthAlbedo();public void setEarthAlbedo(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.