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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1