STK AstrogatorSend comments on this topic.
SRPArea Property (IAgVAState)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SRPArea() As Double
[C#]
public double SRPArea {get; set;}
[Managed C++]
public: __property double get_SRPArea();
public: __property void set_SRPArea( double );
[Unmanaged C++]
public: HRESULT get_SRPArea(
    double * pSRPArea
);
public: HRESULT put_SRPArea(
    double SRPArea
);
[Java]
public double getSRPArea();
public void setSRPArea(
    double
);
[Python - STK API ]
@property
def SRPArea(self) -> float:

@SRPArea.setter
def SRPArea(self, SRPArea:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.