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





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 * pRetVal
);
public: HRESULT put_SRPCrossSectionalArea(
double NewSRPCrossSectionalArea
);

[Java]
public double getSRPCrossSectionalArea();public void setSRPCrossSectionalArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1