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





Description

The satellite's cross-sectional area to be used in atmospheric drag calculations. Uses Area Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragCrossSectionalArea() As Double

[C#]
public double DragCrossSectionalArea {get; set;}

[Managed C++]
public: __property double get_DragCrossSectionalArea();
public: __property void set_DragCrossSectionalArea(
double
);

[Unmanaged C++]
public: HRESULT get_DragCrossSectionalArea(
double * pRetVal
);
public: HRESULT put_DragCrossSectionalArea(
double NewDragCrossSectionalArea
);

[Java]
public double getDragCrossSectionalArea();public void setDragCrossSectionalArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1