Gets or sets the cross-sectional area of the spacecraft assumed perpendicular to the direction of solar radiation, used for solar radiation calculations. Uses SmallArea Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SRPArea() As Double |
[C#] |
---|
public double SRPArea {get; set;} |
[Managed C++] |
---|
public: __property double get_SRPArea(); |
[Unmanaged C++] |
---|
public: HRESULT get_SRPArea( double * pSRPArea ); public: HRESULT put_SRPArea( double SRPArea ); |
[Java] |
---|
public double getSRPArea(); public void setSRPArea( double ); |