AGI STK Astrogator 11 Send comments on this topic.
AtmosAlt Property (IAgVASRPSpherical)
See Also 





Description

The atmospheric altitude for eclipse. A simple model to account for some measure of attenuation that simply increases the shape of the Earth by the defined altitude height, often taken to be 23 km. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AtmosAlt();
public: __property void set_AtmosAlt(
double
);

[Unmanaged C++]
public: HRESULT get_AtmosAlt(
double * pRetVal
);
public: HRESULT put_AtmosAlt(
double NewAtmosAlt
);

[Java]
public double getAtmosAlt();public void setAtmosAlt(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1