AGI AgAsHpopPlugin 11 Send comments on this topic.
SolarIntensity Property (IAgAsHpopPluginResultEval)
See Also 





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 * pRetVal
);
public: HRESULT put_SolarIntensity(
double NewSolarIntensity
);

[Java]
public double getSolarIntensity();public void setSolarIntensity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1