Current solar intensity. Available only if SRP is on.
Read-write property
[Visual Basic .NET] |
---|
Public Property SolarIntensity() As Double |
[C#] |
---|
public double SolarIntensity {get; set;} |
[Managed C++] |
---|
public: __property double get_SolarIntensity(); |
[Unmanaged C++] |
---|
public: HRESULT get_SolarIntensity( double * pSolarIntensity ); public: HRESULT put_SolarIntensity( double NewSolarIntensity ); |
[Java] |
---|
public double getSolarIntensity(); public void setSolarIntensity( double ); |