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






Windows & Linux

Description

Height of atmosphere blockage used when calculating shadow entry and exit in solar radiation computations. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosHeight() As Double
[C#]
public double AtmosHeight {get; set;}
[Managed C++]
public: __property double get_AtmosHeight();
public: __property void set_AtmosHeight(
   double
);
[Unmanaged C++]
public: HRESULT get_AtmosHeight(
   double * pRetVal
);
public: HRESULT put_AtmosHeight(
   double NewAtmosHeight
);
[Java]
public double getAtmosHeight();public void setAtmosHeight(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.