AGI STK Objects 11 Send comments on this topic.
AtmosAltitude Property (IAgRfModelSCFMethod)
See Also 





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 * pRetVal
);
public: HRESULT put_AtmosAltitude(
double NewAtmosAltitude
);

[Java]
public double getAtmosAltitude();public void setAtmosAltitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1