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
);
|
See Also