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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1