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






Windows & Linux

Description

Atmospheric altitude for the shape of the Earth for eclipses. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosAltOfEarthShapeForEclipse() As Double
[C#]
public double AtmosAltOfEarthShapeForEclipse {get; set;}
[Managed C++]
public: __property double get_AtmosAltOfEarthShapeForEclipse();
public: __property void set_AtmosAltOfEarthShapeForEclipse(
   double
);
[Unmanaged C++]
public: HRESULT get_AtmosAltOfEarthShapeForEclipse(
   double * pRetVal
);
public: HRESULT put_AtmosAltOfEarthShapeForEclipse(
   double NewAtmosAltOfEarthShapeForEclipse
);
[Java]
public double getAtmosAltOfEarthShapeForEclipse();
public void setAtmosAltOfEarthShapeForEclipse(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.