Returns a solar radiation pressure model.
Read-only property
[Visual Basic .NET] |
---|
Public Property SRPModel() As IAgVeHPOPSRPModel |
[C#] |
---|
public IAgVeHPOPSRPModel SRPModel {get;} |
[Managed C++] |
---|
public: __property IAgVeHPOPSRPModel ^ get_SRPModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_SRPModel( IAgVeHPOPSRPModel ** ppRetVal ); |
[Java] |
---|
public IAgVeHPOPSRPModel getSRPModel(); |
[Python - STK API ] |
---|
@property def SRPModel(self) -> "IAgVeHPOPSRPModel": |