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