STK ObjectsSend 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 * pVal
);
public: HRESULT put_AtmosHeight(
    double AtmosHeight
);
[Java]
public double getAtmosHeight();
public void setAtmosHeight(
    double
);
[Python - STK API ]
@property
def AtmosHeight(self) -> float:

@AtmosHeight.setter
def AtmosHeight(self, AtmosHeight:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.