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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.