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





Description

Area exposed to radiation pressure (nominally along the radial direction) divided by the mass. 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