STK ObjectsSend comments on this topic.
AtmosAltitude Property (IAgRfModelITURP8344)
See Also
Windows





Windows & Linux

Description

Altitude of the atmosphere. Used to compute the knee bend point of the refracted path. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosAltitude() As Double
[C#]
public double AtmosAltitude {get; set;}
[Managed C++]
public: __property double get_AtmosAltitude();
public: __property void set_AtmosAltitude( double );
[Unmanaged C++]
public: HRESULT get_AtmosAltitude(
    double * pVal
);
public: HRESULT put_AtmosAltitude(
    double dblVal
);
[Java]
public double getAtmosAltitude();
public void setAtmosAltitude(
    double
);
[Python - STK API ]
@property
def AtmosAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.