Get the solar radiation pressure parameters.
Read-only property
[Visual Basic .NET] |
---|
Public Property SolarRadiationPressure() As IAgVeLOPSolarRadiationPressure |
[C#] |
---|
public IAgVeLOPSolarRadiationPressure SolarRadiationPressure {get;} |
[Managed C++] |
---|
public: __property IAgVeLOPSolarRadiationPressure ^ get_SolarRadiationPressure(); |
[Unmanaged C++] |
---|
public: HRESULT get_SolarRadiationPressure( IAgVeLOPSolarRadiationPressure ** ppVal ); |
[Java] |
---|
public IAgVeLOPSolarRadiationPressure getSolarRadiationPressure(); |
[Python - STK API ] |
---|
@property def SolarRadiationPressure(self) -> "IAgVeLOPSolarRadiationPressure": |