AGI STK Objects 11Send comments on this topic.
SRPCrossSectionalArea Property (IAgVePhysicalData)
See Also
Windows






Windows & Linux

Description

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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.