AGI STK Astrogator 11Send comments on this topic.
DragArea Property (IAgVAState)
See Also 
Windows






Windows & Linux

Description

The cross-sectional area of the spacecraft assumed perpendicular to the direction of motion, used for atmospheric drag calculations. Uses SmallArea Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragArea() As Double
[C#]
public double DragArea {get; set;}
[Managed C++]
public: __property double get_DragArea();
public: __property void set_DragArea(
   double
);
[Unmanaged C++]
public: HRESULT get_DragArea(
   double * pRetVal
);
public: HRESULT put_DragArea(
   double NewDragArea
);
[Java]
public double getDragArea();public void setDragArea(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.