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