AGI STK Objects 11 Send comments on this topic.
AreaMassRatio Property (IAgVeHPOPDragModelSpherical)
See Also 





Description

The area-to-mass ratio to be used in drag calculations. Uses AreaPerMass Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AreaMassRatio();
public: __property void set_AreaMassRatio(
double
);

[Unmanaged C++]
public: HRESULT get_AreaMassRatio(
double * pRetVal
);
public: HRESULT put_AreaMassRatio(
double NewAreaMassRatio
);

[Java]
public double getAreaMassRatio();public void setAreaMassRatio(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1