STK ObjectsSend comments on this topic.
SRPCrossSectionalArea Property (IAgVePhysicalData)
See Also
Windows





Windows & Linux

Description

Gets or sets the satellite's cross-sectional area to be used in solar radiation pressure calculations. Uses Area Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SRPCrossSectionalArea() As Double
[C#]
public double SRPCrossSectionalArea {get; set;}
[Managed C++]
public: __property double get_SRPCrossSectionalArea();
public: __property void set_SRPCrossSectionalArea( double );
[Unmanaged C++]
public: HRESULT get_SRPCrossSectionalArea(
    double * pVal
);
public: HRESULT put_SRPCrossSectionalArea(
    double SRPCrossSectionalArea
);
[Java]
public double getSRPCrossSectionalArea();
public void setSRPCrossSectionalArea(
    double
);
[Python - STK API ]
@property
def SRPCrossSectionalArea(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.